summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-1410-28/+27
|\
| * crypto: x86/poly1305 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2020-12-041-1/+1
| * crypto: x86/sha512 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2020-12-042-2/+2
| * crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2020-12-042-20/+20
| * crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-203-3/+3
| * crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar2020-10-301-1/+1
| * crypto: x86/aes - remove unused file aes_glue.cEric Biggers2020-10-301-1/+0
* | crypto: x86/poly1305 - add back a needed assignmentEric Biggers2020-10-241-0/+1
|/
* crypto: x86/poly1305 - Remove assignments with no effectHerbert Xu2020-10-021-3/+0
* crypto: poly1305-x86_64 - Use XORL r32,32Uros Bizjak2020-09-111-4/+4
* crypto: curve25519-x86_64 - Use XORL r32,32Uros Bizjak2020-09-111-34/+34
* crypto: x86/crc32c-intel - Use CRC32 mnemonicUros Bizjak2020-08-211-12/+6
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-206-0/+6
* crypto: x86/curve25519 - Remove unused carry variablesHerbert Xu2020-07-311-4/+2
* crypto: x86/crc32c - fix building with clang iasArnd Bergmann2020-07-231-1/+1
* crypto: x86 - Remove include/asm/inst.hUros Bizjak2020-07-166-405/+399
* crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel2020-07-162-23/+10