summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-727/+388
11 dayscrypto: aesni - Move back to module_initHerbert Xu1-1/+1
2024-10-28crypto: x86/aegis128 - remove unneeded RETsEric Biggers1-6/+0
2024-10-28crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_ENDEric Biggers1-34/+0
2024-10-28crypto: x86/aegis128 - take advantage of block-aligned lenEric Biggers2-24/+17
2024-10-28crypto: x86/aegis128 - optimize partial block handling using SSE4.1Eric Biggers1-141/+95
2024-10-28crypto: x86/aegis128 - improve assembly function prototypesEric Biggers2-85/+112
2024-10-28crypto: x86/aegis128 - optimize length block preparation using SSE4.1Eric Biggers3-9/+7
2024-10-28crypto: x86/aegis128 - don't bother with special code for aligned dataEric Biggers1-100/+22
2024-10-28crypto: x86/aegis128 - eliminate some indirect callsEric Biggers2-43/+40
2024-10-28crypto: x86/aegis128 - remove no-op init and exit functionsEric Biggers1-11/+0
2024-10-28crypto: x86/aegis128 - access 32-bit arguments as 32-bitEric Biggers1-14/+15
2024-10-26crypto: x86/crc32c - eliminate jump table and excessive unrollingEric Biggers1-141/+92
2024-10-26crypto: x86/crc32c - access 32-bit arguments as 32-bitEric Biggers2-32/+27
2024-10-26crypto: x86/crc32c - simplify code for handling fewer than 200 bytesEric Biggers1-83/+33
2024-10-10crypto: x86/cast5 - Remove unused cast5_ctr_16wayDr. David Alan Gilbert1-76/+0
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-06crypto: x86/aesni - update docs for aesni-intel moduleEric Biggers2-3/+7
2024-08-24crypto: x86/sha256 - Add parentheses around macros' single argumentsFangrui Song1-8/+8
2024-08-10crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt()Eric Biggers1-31/+28
2024-06-07crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCMEric Biggers5-4818/+1390
2024-06-07crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCMEric Biggers4-16/+1759
2024-06-07crypto: x86 - add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-05-31crypto: x86/poly1305 - Switch to new Intel CPU model definesTony Luck1-2/+2
2024-05-31crypto: x86/twofish - Switch to new Intel CPU model definesTony Luck1-4/+5
2024-05-22crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck1-8/+8
2024-04-26crypto: x86/aes-gcm - simplify GCM hash subkey derivationEric Biggers1-18/+8
2024-04-26crypto: x86/aes-gcm - delete unused GCM assembly codeEric Biggers1-186/+0
2024-04-26crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()Eric Biggers1-8/+5
2024-04-19crypto: x86/aes-xts - optimize size of instructions operating on lengthsEric Biggers2-28/+30
2024-04-19crypto: x86/aes-xts - eliminate a few more instructionsEric Biggers1-26/+13
2024-04-19crypto: x86/aes-xts - handle AES-128 and AES-192 more efficientlyEric Biggers1-86/+92
2024-04-19crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()Eric Biggers1-191/+79
2024-04-19crypto: x86/aes-xts - handle CTS encryption more efficientlyEric Biggers1-24/+29
2024-04-19crypto: x86/sha256-ni - simplify do_4roundsEric Biggers1-6/+4
2024-04-19crypto: x86/sha256-ni - optimize code sizeEric Biggers1-15/+15
2024-04-19crypto: x86/sha256-ni - rename some register aliasesEric Biggers1-17/+17
2024-04-19crypto: x86/sha256-ni - convert to use rounds macrosEric Biggers1-182/+29
2024-04-19crypto: x86/aes-xts - access round keys using single-byte offsetsEric Biggers1-37/+44
2024-04-12crypto: x86/aes-xts - make non-AVX implementation use new glue codeEric Biggers3-203/+132
2024-04-12crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-04-12crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-04-12crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers2-0/+41
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers2-0/+25
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers2-0/+31
2024-04-05crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers2-2/+209
2024-04-05crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers2-1/+802
2024-04-02crypto: x86/aesni - Update aesni_set_key() to return voidChang S. Bae2-7/+6
2024-04-02crypto: x86/aesni - Rearrange AES key size checkChang S. Bae1-10/+8