summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds8-275/+14
2024-01-03arch/x86: Fix typosBjorn Helgaas5-5/+5
2023-12-08crypto: x86/sm4 - Remove cfb(sm4)Herbert Xu6-271/+4
2023-11-17crypto: x86/sha256 - autoload if SHA-NI detectedEric Biggers1-2/+5
2023-11-17crypto: x86/sha1 - autoload if SHA-NI detectedEric Biggers1-2/+5
2023-10-20crypto: x86/nhpoly1305 - implement ->digestEric Biggers2-0/+18
2023-10-20crypto: x86/sha256 - implement ->digest for sha256Eric Biggers1-0/+32
2023-10-05crypto: x86/aesni - Perform address alignment early for XTS modeChang S. Bae1-9/+14
2023-10-05crypto: x86/aesni - Correct the data type in struct aesni_xts_ctxChang S. Bae1-10/+9
2023-10-05crypto: x86/aesni - Refactor the common address alignment codeChang S. Bae1-16/+10
2023-09-20crypto: x86/sha - load modules based on CPU featuresRoxana Nicolescu2-0/+24
2023-09-20crypto: aesni - Fix double word in commentsBo Liu2-4/+4
2023-07-22crypto: x86/aesni - remove unused parameter to aes_set_key_common()Eric Biggers1-13/+9
2023-07-14crypto: x86/aesni - Align the address before aes_set_key_common()Chang S. Bae1-6/+6
2023-05-29Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+0
2023-05-24crypto: x86/aria - Use 16 byte alignment for GFNI constant vectorsArd Biesheuvel1-2/+0
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+1
2023-04-20crypto: x86/sha - Use local .L symbols for codeArd Biesheuvel7-68/+57
2023-04-20crypto: x86/crc32 - Use local .L symbols for codeArd Biesheuvel2-42/+41
2023-04-20crypto: x86/aesni - Use local .L symbols for codeArd Biesheuvel2-207/+207
2023-04-20crypto: x86/sha256 - Use RIP-relative addressingArd Biesheuvel1-6/+12
2023-04-20crypto: x86/ghash - Use RIP-relative addressingArd Biesheuvel1-2/+2
2023-04-20crypto: x86/des3 - Use RIP-relative addressingArd Biesheuvel1-32/+64
2023-04-20crypto: x86/crc32c - Use RIP-relative addressingArd Biesheuvel1-1/+2
2023-04-20crypto: x86/cast6 - Use RIP-relative addressingArd Biesheuvel1-14/+18
2023-04-20crypto: x86/cast5 - Use RIP-relative addressingArd Biesheuvel1-17/+21
2023-04-20crypto: x86/camellia - Use RIP-relative addressingArd Biesheuvel3-32/+34
2023-04-20crypto: x86/aria - Use RIP-relative addressingArd Biesheuvel3-40/+40
2023-04-20crypto: x86/aesni - Use RIP-relative addressingArd Biesheuvel2-30/+8
2023-04-20crypto: x86/aegis128 - Use RIP-relative addressingArd Biesheuvel1-3/+3
2023-04-13crypto: blake2s: remove module_init and module.h inclusionNick Alcock1-3/+1
2023-04-13crypto: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-02-14crypto: x86/aria-avx - Do not use avx2 instructionsTaehee Yoo1-40/+94
2023-02-10crypto: x86/blowfish - Eliminate use of SYM_TYPED_FUNC_START in asmPeter Lafreniere1-5/+4
2023-02-10crypto: x86/blowfish - Convert to use ECB/CBC helpersPeter Lafreniere2-168/+58
2023-02-10crypto: x86/blowfish - Remove unused encode parameterPeter Lafreniere2-57/+7
2023-02-03crypto: x86 - exit fpu context earlier in ECB/CBC macrosPeter Lafreniere1-4/+15
2023-01-20crypto: x86/aria-avx512 - fix build failure with old binutilsTaehee Yoo1-1/+1
2023-01-20crypto: x86/aria-avx2 - fix build failure with old binutilsTaehee Yoo2-2/+12
2023-01-20crypto: x86/aria-avx - fix build failure with old binutilsTaehee Yoo2-1/+13
2023-01-06crypto: x86/aria - implement aria-avx512Taehee Yoo5-0/+1251
2023-01-06crypto: x86/aria - implement aria-avx2Taehee Yoo6-1/+1752
2023-01-06crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo1-15/+11
2023-01-06crypto: x86/aria - add keystream array into request ctxTaehee Yoo1-13/+26
2022-12-30crypto: x86/ghash - add comment and fix broken linkEric Biggers2-5/+24
2022-12-30crypto: x86/ghash - use le128 instead of u128Eric Biggers2-8/+8
2022-12-30crypto: x86/ghash - fix unaligned access in ghash_setkey()Eric Biggers1-3/+3
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-35/+0
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu1-1/+1
2022-12-02crypto: x86/curve25519 - disable gcovJoe Fradley1-0/+3