aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2021-10-22crypto: x86/sm4 - Fix invalid section entry sizeGravatar Tianjia Zhang 2-2/+10
2021-09-24crypto: x86/sm4 - Fix frame pointer stack corruptionGravatar Josh Poimboeuf 1-2/+3
2021-09-17crypto: aesni - check walk.nbytes instead of errGravatar Shreyansh Chouhan 1-1/+1
2021-08-27crypto: aesni - xts_crypt() return if walk.nbytes is 0Gravatar Shreyansh Chouhan 1-1/+1
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationGravatar Tianjia Zhang 3-0/+669
2021-08-27crypto: x86/sm4 - export reusable AESNI/AVX functionsGravatar Tianjia Zhang 2-32/+84
2021-07-30crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationGravatar Tianjia Zhang 3-0/+1051
2021-07-23crypto: x86/aes-ni - add missing error checks in XTS codeGravatar Ard Biesheuvel 1-0/+5
2021-06-11crypto: x86/curve25519 - fix cpu feature checking logic in mod_exitGravatar Hangbin Liu 1-1/+1
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-110/+85
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-6/+6
2021-04-19x86/crypto: Enable objtool in crypto codeGravatar Josh Poimboeuf 1-2/+0
2021-04-19x86/crypto/sha512-ssse3: Standardize stack alignment prologueGravatar Josh Poimboeuf 1-22/+19
2021-04-19x86/crypto/sha512-avx2: Standardize stack alignment prologueGravatar Josh Poimboeuf 1-22/+20
2021-04-19x86/crypto/sha512-avx: Standardize stack alignment prologueGravatar Josh Poimboeuf 1-22/+19
2021-04-19x86/crypto/sha256-avx2: Standardize stack alignment prologueGravatar Josh Poimboeuf 1-7/+6
2021-04-19x86/crypto/sha1_avx2: Standardize stack alignment prologueGravatar Josh Poimboeuf 1-4/+4
2021-04-19x86/crypto/sha_ni: Standardize stack alignment prologueGravatar Josh Poimboeuf 1-4/+4
2021-04-19x86/crypto/crc32c-pcl-intel: Standardize jump tableGravatar Josh Poimboeuf 1-5/+2
2021-04-19x86/crypto/camellia-aesni-avx2: Unconditionally allocate stack bufferGravatar Josh Poimboeuf 1-3/+2
2021-04-19x86/crypto/aesni-intel_avx: Standardize stack alignment prologueGravatar Josh Poimboeuf 1-6/+4
2021-04-19x86/crypto/aesni-intel_avx: Fix register usage commentsGravatar Josh Poimboeuf 1-5/+5
2021-04-19x86/crypto/aesni-intel_avx: Remove unused macrosGravatar Josh Poimboeuf 1-8/+0
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationGravatar Arnd Bergmann 1-3/+3
2021-03-21x86: Fix various typos in comments, take #2Gravatar Ingo Molnar 2-2/+2
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 2-4/+4
2021-01-22crypto: aesni - release FPU during skcipher walk API callsGravatar Ard Biesheuvel 1-41/+32
2021-01-22crypto: aesni - replace CTR function pointer with static callGravatar Ard Biesheuvel 1-6/+7
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsGravatar Ard Biesheuvel 12-8/+177
2021-01-14crypto: x86 - remove glue helper moduleGravatar Ard Biesheuvel 2-157/+0
2021-01-14crypto: x86/twofish - drop dependency on glue helperGravatar Ard Biesheuvel 2-109/+44
2021-01-14crypto: x86/cast6 - drop dependency on glue helperGravatar Ard Biesheuvel 1-44/+17
2021-01-14crypto: x86/cast5 - drop dependency on glue helperGravatar Ard Biesheuvel 1-167/+17
2021-01-14crypto: x86/serpent - drop dependency on glue helperGravatar Ard Biesheuvel 3-154/+61
2021-01-14crypto: x86/camellia - drop dependency on glue helperGravatar Ard Biesheuvel 3-166/+67
2021-01-14crypto: x86 - add some helper macros for ECB and CBC modesGravatar Ard Biesheuvel 1-0/+76
2021-01-14crypto: x86/blowfish - drop CTR mode implementationGravatar Ard Biesheuvel 1-107/+0
2021-01-14crypto: x86/des - drop CTR mode implementationGravatar Ard Biesheuvel 1-104/+0
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesGravatar Ard Biesheuvel 3-175/+0
2021-01-14crypto: x86/twofish - drop CTR mode implementationGravatar Ard Biesheuvel 3-143/+0
2021-01-14crypto: x86/cast6 - drop CTR mode implementationGravatar Ard Biesheuvel 2-76/+0
2021-01-14crypto: x86/cast5 - drop CTR mode implementationGravatar Ard Biesheuvel 1-103/+0
2021-01-14crypto: x86/serpent - drop CTR mode implementationGravatar Ard Biesheuvel 5-201/+0
2021-01-14crypto: x86/camellia - drop CTR mode implementationGravatar Ard Biesheuvel 5-410/+0
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesGravatar Ard Biesheuvel 3-291/+0
2021-01-14crypto: x86/twofish - switch to XTS templateGravatar Ard Biesheuvel 2-151/+0
2021-01-14crypto: x86/serpent- switch to XTS templateGravatar Ard Biesheuvel 4-283/+0
2021-01-14crypto: x86/cast6 - switch to XTS templateGravatar Ard Biesheuvel 2-154/+0
2021-01-14crypto: x86/camellia - switch to XTS templateGravatar Ard Biesheuvel 4-558/+1