aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+6
2021-04-19x86/crypto: Enable objtool in crypto codeJosh Poimboeuf1-2/+0
2021-04-19x86/crypto/sha512-ssse3: Standardize stack alignment prologueJosh Poimboeuf1-22/+19
2021-04-19x86/crypto/sha512-avx2: Standardize stack alignment prologueJosh Poimboeuf1-22/+20
2021-04-19x86/crypto/sha512-avx: Standardize stack alignment prologueJosh Poimboeuf1-22/+19
2021-04-19x86/crypto/sha256-avx2: Standardize stack alignment prologueJosh Poimboeuf1-7/+6
2021-04-19x86/crypto/sha1_avx2: Standardize stack alignment prologueJosh Poimboeuf1-4/+4
2021-04-19x86/crypto/sha_ni: Standardize stack alignment prologueJosh Poimboeuf1-4/+4
2021-04-19x86/crypto/crc32c-pcl-intel: Standardize jump tableJosh Poimboeuf1-5/+2
2021-04-19x86/crypto/camellia-aesni-avx2: Unconditionally allocate stack bufferJosh Poimboeuf1-3/+2
2021-04-19x86/crypto/aesni-intel_avx: Standardize stack alignment prologueJosh Poimboeuf1-6/+4
2021-04-19x86/crypto/aesni-intel_avx: Fix register usage commentsJosh Poimboeuf1-5/+5
2021-04-19x86/crypto/aesni-intel_avx: Remove unused macrosJosh Poimboeuf1-8/+0
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann1-3/+3
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar2-2/+2
2021-03-18x86: Fix various typos in commentsIngo Molnar2-4/+4
2021-01-22crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel1-41/+32
2021-01-22crypto: aesni - replace CTR function pointer with static callArd Biesheuvel1-6/+7
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel12-8/+177
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel2-157/+0
2021-01-14crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2-109/+44
2021-01-14crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel1-44/+17
2021-01-14crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel1-167/+17
2021-01-14crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel3-154/+61
2021-01-14crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel3-166/+67
2021-01-14crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel1-0/+76
2021-01-14crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel1-107/+0
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel1-104/+0
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel3-175/+0
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel3-143/+0
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2-76/+0
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel1-103/+0
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel5-201/+0
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel5-410/+0
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel3-291/+0
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel2-151/+0
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel4-283/+0
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2-154/+0
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel4-558/+1
2021-01-14crypto: aesni - replace function pointers with static branchesArd Biesheuvel1-44/+54
2021-01-14crypto: aesni - refactor scatterlist processingArd Biesheuvel1-83/+56
2021-01-14crypto: aesni - clean up mapping of associated dataArd Biesheuvel1-4/+5
2021-01-14crypto: aesni - drop unused asm prototypesArd Biesheuvel1-67/+0
2021-01-14crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel1-12/+16
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2-144/+356
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2-56/+84
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-67/+7
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers1-61/+23
2021-01-03crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2-1/+261
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-28/+27