aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-25crypto: x86/nhpoly1305 - eliminate unnecessary CFI wrappersGravatar Eric Biggers 4-22/+10
2022-11-25crypto: x86/aria - fix crash with CFI enabledGravatar Eric Biggers 1-6/+7
2022-11-25crypto: x86/aegis128 - fix possible crash with CFI enabledGravatar Eric Biggers 1-4/+5
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsGravatar Ingo Molnar 1-5/+14
2022-10-21crypto: x86/polyval - Fix crashes when keys are not 16-byte alignedGravatar Nathan Huckleberry 1-5/+14
2022-10-17crypto: x86/poly1305: Remove custom function alignmentGravatar Thomas Gleixner 1-1/+0
2022-10-17crypto: twofish: Remove redundant alignmentsGravatar Thomas Gleixner 1-2/+0
2022-10-17crypto: x86/sm[34]: Remove redundant alignmentsGravatar Thomas Gleixner 3-14/+0
2022-10-17crypto: x86/sha256: Remove custom alignmentsGravatar Thomas Gleixner 4-4/+0