summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCMEric Biggers2024-06-075-4818/+1390
* crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCMEric Biggers2024-06-074-16/+1759
* crypto: x86 - add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-072-0/+2
* crypto: x86/poly1305 - Switch to new Intel CPU model definesTony Luck2024-05-311-2/+2
* crypto: x86/twofish - Switch to new Intel CPU model definesTony Luck2024-05-311-4/+5
* crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck2024-05-221-8/+8
* crypto: x86/aes-gcm - simplify GCM hash subkey derivationEric Biggers2024-04-261-18/+8
* crypto: x86/aes-gcm - delete unused GCM assembly codeEric Biggers2024-04-261-186/+0
* crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()Eric Biggers2024-04-261-8/+5
* crypto: x86/aes-xts - optimize size of instructions operating on lengthsEric Biggers2024-04-192-28/+30
* crypto: x86/aes-xts - eliminate a few more instructionsEric Biggers2024-04-191-26/+13
* crypto: x86/aes-xts - handle AES-128 and AES-192 more efficientlyEric Biggers2024-04-191-86/+92
* crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()Eric Biggers2024-04-191-191/+79
* crypto: x86/aes-xts - handle CTS encryption more efficientlyEric Biggers2024-04-191-24/+29
* crypto: x86/sha256-ni - simplify do_4roundsEric Biggers2024-04-191-6/+4
* crypto: x86/sha256-ni - optimize code sizeEric Biggers2024-04-191-15/+15
* crypto: x86/sha256-ni - rename some register aliasesEric Biggers2024-04-191-17/+17
* crypto: x86/sha256-ni - convert to use rounds macrosEric Biggers2024-04-191-182/+29
* crypto: x86/aes-xts - access round keys using single-byte offsetsEric Biggers2024-04-191-37/+44
* crypto: x86/aes-xts - make non-AVX implementation use new glue codeEric Biggers2024-04-123-203/+132
* crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers2024-04-121-0/+1
* crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers2024-04-121-0/+1
* crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers2024-04-121-0/+1
* crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers2024-04-052-0/+41
* crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers2024-04-052-0/+25
* crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers2024-04-052-0/+31
* crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers2024-04-052-2/+209
* crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers2024-04-052-1/+802
* crypto: x86/aesni - Update aesni_set_key() to return voidChang S. Bae2024-04-022-7/+6
* crypto: x86/aesni - Rearrange AES key size checkChang S. Bae2024-04-021-10/+8
* Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-108-275/+14
|\
| * crypto: x86/sm4 - Remove cfb(sm4)Herbert Xu2023-12-086-271/+4
| * crypto: x86/sha256 - autoload if SHA-NI detectedEric Biggers2023-11-171-2/+5
| * crypto: x86/sha1 - autoload if SHA-NI detectedEric Biggers2023-11-171-2/+5
* | arch/x86: Fix typosBjorn Helgaas2024-01-035-5/+5
|/
* crypto: x86/nhpoly1305 - implement ->digestEric Biggers2023-10-202-0/+18
* crypto: x86/sha256 - implement ->digest for sha256Eric Biggers2023-10-201-0/+32
* crypto: x86/aesni - Perform address alignment early for XTS modeChang S. Bae2023-10-051-9/+14
* crypto: x86/aesni - Correct the data type in struct aesni_xts_ctxChang S. Bae2023-10-051-10/+9
* crypto: x86/aesni - Refactor the common address alignment codeChang S. Bae2023-10-051-16/+10
* crypto: x86/sha - load modules based on CPU featuresRoxana Nicolescu2023-09-202-0/+24
* crypto: aesni - Fix double word in commentsBo Liu2023-09-202-4/+4
* crypto: x86/aesni - remove unused parameter to aes_set_key_common()Eric Biggers2023-07-221-13/+9
* crypto: x86/aesni - Align the address before aes_set_key_common()Chang S. Bae2023-07-141-6/+6
* Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-05-291-2/+0
|\
| * crypto: x86/aria - Use 16 byte alignment for GFNI constant vectorsArd Biesheuvel2023-05-241-2/+0
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-4/+1
|\ \ | |/ |/|
| * crypto: blake2s: remove module_init and module.h inclusionNick Alcock2023-04-131-3/+1
| * crypto: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | crypto: x86/sha - Use local .L symbols for codeArd Biesheuvel2023-04-207-68/+57