summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel2021-01-141-103/+0
* crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel2021-01-145-201/+0
* crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel2021-01-145-410/+0
* crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel2021-01-143-291/+0
* crypto: x86/twofish - switch to XTS templateArd Biesheuvel2021-01-142-151/+0
* crypto: x86/serpent- switch to XTS templateArd Biesheuvel2021-01-144-283/+0
* crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2021-01-142-154/+0
* crypto: x86/camellia - switch to XTS templateArd Biesheuvel2021-01-144-558/+1
* crypto: aesni - replace function pointers with static branchesArd Biesheuvel2021-01-141-44/+54
* crypto: aesni - refactor scatterlist processingArd Biesheuvel2021-01-141-83/+56
* crypto: aesni - clean up mapping of associated dataArd Biesheuvel2021-01-141-4/+5
* crypto: aesni - drop unused asm prototypesArd Biesheuvel2021-01-141-67/+0
* crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel2021-01-141-12/+16
* crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2021-01-082-144/+356
* crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2021-01-082-56/+84
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-67/+7
* crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers2021-01-031-61/+23
* crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2021-01-032-1/+261