aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-10-20crypto: x86/nhpoly1305 - implement ->digestGravatar Eric Biggers 2-0/+18
2023-10-20crypto: x86/sha256 - implement ->digest for sha256Gravatar Eric Biggers 1-0/+32
2023-10-05crypto: x86/aesni - Perform address alignment early for XTS modeGravatar Chang S. Bae 1-9/+14
2023-10-05crypto: x86/aesni - Correct the data type in struct aesni_xts_ctxGravatar Chang S. Bae 1-10/+9
2023-10-05crypto: x86/aesni - Refactor the common address alignment codeGravatar Chang S. Bae 1-16/+10
2023-09-20crypto: x86/sha - load modules based on CPU featuresGravatar Roxana Nicolescu 2-0/+24
2023-09-20crypto: aesni - Fix double word in commentsGravatar Bo Liu 2-4/+4
2023-07-22crypto: x86/aesni - remove unused parameter to aes_set_key_common()Gravatar Eric Biggers 1-13/+9
2023-07-14crypto: x86/aesni - Align the address before aes_set_key_common()Gravatar Chang S. Bae 1-6/+6
2023-05-29Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-2/+0
2023-05-24crypto: x86/aria - Use 16 byte alignment for GFNI constant vectorsGravatar Ard Biesheuvel 1-2/+0
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+1
2023-04-20crypto: x86/sha - Use local .L symbols for codeGravatar Ard Biesheuvel 7-68/+57
2023-04-20crypto: x86/crc32 - Use local .L symbols for codeGravatar Ard Biesheuvel 2-42/+41
2023-04-20crypto: x86/aesni - Use local .L symbols for codeGravatar Ard Biesheuvel 2-207/+207
2023-04-20crypto: x86/sha256 - Use RIP-relative addressingGravatar Ard Biesheuvel 1-6/+12
2023-04-20crypto: x86/ghash - Use RIP-relative addressingGravatar Ard Biesheuvel 1-2/+2
2023-04-20crypto: x86/des3 - Use RIP-relative addressingGravatar Ard Biesheuvel 1-32/+64
2023-04-20crypto: x86/crc32c - Use RIP-relative addressingGravatar Ard Biesheuvel 1-1/+2
2023-04-20crypto: x86/cast6 - Use RIP-relative addressingGravatar Ard Biesheuvel 1-14/+18
2023-04-20crypto: x86/cast5 - Use RIP-relative addressingGravatar Ard Biesheuvel 1-17/+21
2023-04-20crypto: x86/camellia - Use RIP-relative addressingGravatar Ard Biesheuvel 3-32/+34
2023-04-20crypto: x86/aria - Use RIP-relative addressingGravatar Ard Biesheuvel 3-40/+40
2023-04-20crypto: x86/aesni - Use RIP-relative addressingGravatar Ard Biesheuvel 2-30/+8
2023-04-20crypto: x86/aegis128 - Use RIP-relative addressingGravatar Ard Biesheuvel 1-3/+3
2023-04-13crypto: blake2s: remove module_init and module.h inclusionGravatar Nick Alcock 1-3/+1
2023-04-13crypto: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-02-14crypto: x86/aria-avx - Do not use avx2 instructionsGravatar Taehee Yoo 1-40/+94
2023-02-10crypto: x86/blowfish - Eliminate use of SYM_TYPED_FUNC_START in asmGravatar Peter Lafreniere 1-5/+4
2023-02-10crypto: x86/blowfish - Convert to use ECB/CBC helpersGravatar Peter Lafreniere 2-168/+58
2023-02-10crypto: x86/blowfish - Remove unused encode parameterGravatar Peter Lafreniere 2-57/+7
2023-02-03crypto: x86 - exit fpu context earlier in ECB/CBC macrosGravatar Peter Lafreniere 1-4/+15
2023-01-20crypto: x86/aria-avx512 - fix build failure with old binutilsGravatar Taehee Yoo 1-1/+1
2023-01-20crypto: x86/aria-avx2 - fix build failure with old binutilsGravatar Taehee Yoo 2-2/+12
2023-01-20crypto: x86/aria-avx - fix build failure with old binutilsGravatar Taehee Yoo 2-1/+13
2023-01-06crypto: x86/aria - implement aria-avx512Gravatar Taehee Yoo 5-0/+1251
2023-01-06crypto: x86/aria - implement aria-avx2Gravatar Taehee Yoo 6-1/+1752
2023-01-06crypto: x86/aria - do not use magic number offsets of aria_ctxGravatar Taehee Yoo 1-15/+11
2023-01-06crypto: x86/aria - add keystream array into request ctxGravatar Taehee Yoo 1-13/+26
2022-12-30crypto: x86/ghash - add comment and fix broken linkGravatar Eric Biggers 2-5/+24
2022-12-30crypto: x86/ghash - use le128 instead of u128Gravatar Eric Biggers 2-8/+8
2022-12-30crypto: x86/ghash - fix unaligned access in ghash_setkey()Gravatar Eric Biggers 1-3/+3
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 16-35/+0
2022-12-02crypto: Prepare to move crypto_tfm_ctxGravatar Herbert Xu 1-1/+1
2022-12-02crypto: x86/curve25519 - disable gcovGravatar Joe Fradley 1-0/+3
2022-11-25crypto: x86/sm4 - fix crash with CFI enabledGravatar Eric Biggers 2-6/+8
2022-11-25crypto: x86/sm3 - fix possible crash with CFI enabledGravatar Eric Biggers 1-1/+2
2022-11-25crypto: x86/sha512 - fix possible crash with CFI enabledGravatar Eric Biggers 3-3/+6
2022-11-25crypto: x86/sha256 - fix possible crash with CFI enabledGravatar Eric Biggers 4-4/+8
2022-11-25crypto: x86/sha1 - fix possible crash with CFI enabledGravatar Eric Biggers 2-2/+4