summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
Commit message (Expand)AuthorAgeFilesLines
* lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-2/+2
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-1241-180/+180
|\
| * x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-0841-180/+180
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-113-282/+493
|\ \
| * | crypto: x86/aesni - don't require alignment of dataJakub Kicinski2021-12-311-2/+2
| * | crypto: x86/curve25519 - use in/out register constraints more preciselyJason A. Donenfeld2021-12-241-278/+489
| * | crypto: x86/des3 - remove redundant assignment of variable nbytesColin Ian King2021-12-171-2/+2
| |/
* / lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-01-073-63/+86
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-11-011-1/+1
|\
| * crypto: aesni - check walk.nbytes instead of errShreyansh Chouhan2021-09-171-1/+1
* | crypto: x86/sm4 - Fix invalid section entry sizeTianjia Zhang2021-10-222-2/+10
* | crypto: x86/sm4 - Fix frame pointer stack corruptionJosh Poimboeuf2021-09-241-2/+3
|/
* crypto: aesni - xts_crypt() return if walk.nbytes is 0Shreyansh Chouhan2021-08-271-1/+1
* crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang2021-08-273-0/+669
* crypto: x86/sm4 - export reusable AESNI/AVX functionsTianjia Zhang2021-08-272-32/+84
* crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang2021-07-303-0/+1051
* crypto: x86/aes-ni - add missing error checks in XTS codeArd Biesheuvel2021-07-231-0/+5
* crypto: x86/curve25519 - fix cpu feature checking logic in mod_exitHangbin Liu2021-06-111-1/+1
* Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-2810-110/+85
|\
| * x86/crypto: Enable objtool in crypto codeJosh Poimboeuf2021-04-191-2/+0
| * x86/crypto/sha512-ssse3: Standardize stack alignment prologueJosh Poimboeuf2021-04-191-22/+19
| * x86/crypto/sha512-avx2: Standardize stack alignment prologueJosh Poimboeuf2021-04-191-22/+20
| * x86/crypto/sha512-avx: Standardize stack alignment prologueJosh Poimboeuf2021-04-191-22/+19
| * x86/crypto/sha256-avx2: Standardize stack alignment prologueJosh Poimboeuf2021-04-191-7/+6
| * x86/crypto/sha1_avx2: Standardize stack alignment prologueJosh Poimboeuf2021-04-191-4/+4
| * x86/crypto/sha_ni: Standardize stack alignment prologueJosh Poimboeuf2021-04-191-4/+4
| * x86/crypto/crc32c-pcl-intel: Standardize jump tableJosh Poimboeuf2021-04-191-5/+2
| * x86/crypto/camellia-aesni-avx2: Unconditionally allocate stack bufferJosh Poimboeuf2021-04-191-3/+2
| * x86/crypto/aesni-intel_avx: Standardize stack alignment prologueJosh Poimboeuf2021-04-191-6/+4
| * x86/crypto/aesni-intel_avx: Fix register usage commentsJosh Poimboeuf2021-04-191-5/+5
| * x86/crypto/aesni-intel_avx: Remove unused macrosJosh Poimboeuf2021-04-191-8/+0
* | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-264-6/+6
|\ \
| * | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-212-2/+2
| * | x86: Fix various typos in commentsIngo Molnar2021-03-182-4/+4
| |/
* / crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2021-04-021-3/+3
|/
* crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel2021-01-221-41/+32
* crypto: aesni - replace CTR function pointer with static callArd Biesheuvel2021-01-221-6/+7
* crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel2021-01-1412-8/+177
* crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-142-157/+0
* crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2021-01-142-109/+44
* crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel2021-01-141-44/+17
* crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel2021-01-141-167/+17
* crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel2021-01-143-154/+61
* crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel2021-01-143-166/+67
* crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel2021-01-141-0/+76
* crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel2021-01-141-107/+0
* crypto: x86/des - drop CTR mode implementationArd Biesheuvel2021-01-141-104/+0
* crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel2021-01-143-175/+0
* crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel2021-01-143-143/+0
* crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2021-01-142-76/+0