summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-10-22crypto: x86/sm4 - Fix invalid section entry sizeTianjia Zhang
2021-09-24crypto: x86/sm4 - Fix frame pointer stack corruptionJosh Poimboeuf
2021-09-17crypto: aesni - check walk.nbytes instead of errShreyansh Chouhan
2021-08-27crypto: aesni - xts_crypt() return if walk.nbytes is 0Shreyansh Chouhan
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang
2021-08-27crypto: x86/sm4 - export reusable AESNI/AVX functionsTianjia Zhang
2021-07-30crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang
2021-07-23crypto: x86/aes-ni - add missing error checks in XTS codeArd Biesheuvel
2021-06-11crypto: x86/curve25519 - fix cpu feature checking logic in mod_exitHangbin Liu
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-19x86/crypto: Enable objtool in crypto codeJosh Poimboeuf
2021-04-19x86/crypto/sha512-ssse3: Standardize stack alignment prologueJosh Poimboeuf
2021-04-19x86/crypto/sha512-avx2: Standardize stack alignment prologueJosh Poimboeuf
2021-04-19x86/crypto/sha512-avx: Standardize stack alignment prologueJosh Poimboeuf
2021-04-19x86/crypto/sha256-avx2: Standardize stack alignment prologueJosh Poimboeuf
2021-04-19x86/crypto/sha1_avx2: Standardize stack alignment prologueJosh Poimboeuf
2021-04-19x86/crypto/sha_ni: Standardize stack alignment prologueJosh Poimboeuf
2021-04-19x86/crypto/crc32c-pcl-intel: Standardize jump tableJosh Poimboeuf
2021-04-19x86/crypto/camellia-aesni-avx2: Unconditionally allocate stack bufferJosh Poimboeuf
2021-04-19x86/crypto/aesni-intel_avx: Standardize stack alignment prologueJosh Poimboeuf
2021-04-19x86/crypto/aesni-intel_avx: Fix register usage commentsJosh Poimboeuf
2021-04-19x86/crypto/aesni-intel_avx: Remove unused macrosJosh Poimboeuf
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-18x86: Fix various typos in commentsIngo Molnar
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