summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2021-01-22crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel
2021-01-22crypto: aesni - replace CTR function pointer with static callArd Biesheuvel
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel
2021-01-14crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel
2021-01-14crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel
2021-01-14crypto: aesni - replace function pointers with static branchesArd Biesheuvel
2021-01-14crypto: aesni - refactor scatterlist processingArd Biesheuvel
2021-01-14crypto: aesni - clean up mapping of associated dataArd Biesheuvel
2021-01-14crypto: aesni - drop unused asm prototypesArd Biesheuvel
2021-01-14crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers
2021-01-03crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-12-04crypto: x86/poly1305 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak
2020-12-04crypto: x86/sha512 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak
2020-12-04crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar
2020-10-30crypto: x86/aes - remove unused file aes_glue.cEric Biggers
2020-10-24crypto: x86/poly1305 - add back a needed assignmentEric Biggers
2020-10-02crypto: x86/poly1305 - Remove assignments with no effectHerbert Xu
2020-09-11crypto: poly1305-x86_64 - Use XORL r32,32Uros Bizjak
2020-09-11crypto: curve25519-x86_64 - Use XORL r32,32Uros Bizjak
2020-08-21crypto: x86/crc32c-intel - Use CRC32 mnemonicUros Bizjak
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-07-31crypto: x86/curve25519 - Remove unused carry variablesHerbert Xu
2020-07-23crypto: x86/crc32c - fix building with clang iasArnd Bergmann
2020-07-16crypto: x86 - Remove include/asm/inst.hUros Bizjak
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel