summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_glue.c
AgeCommit message (Expand)Author
2025-04-07crypto: x86/aes - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/aes - drop the avx10_256 AES-XTS and AES-CTR codeEric Biggers
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-02crypto: x86/aes-gcm - use the new scatterwalk functionsEric Biggers
2025-02-22crypto: x86/aes-ctr - rewrite AESNI+AVX optimized CTR and add VAES supportEric Biggers
2025-02-10x86: move ZMM exclusion list into CPU feature flagEric Biggers
2025-02-09crypto: x86/aes-xts - make the fast path 64-bit specificEric Biggers
2024-12-21crypto: x86/aes-xts - change len parameter to intEric Biggers
2024-11-15crypto: aesni - Move back to module_initHerbert Xu
2024-09-06crypto: x86/aesni - update docs for aesni-intel moduleEric Biggers
2024-08-10crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt()Eric Biggers
2024-06-07crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCMEric Biggers
2024-06-07crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCMEric Biggers
2024-05-22crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck
2024-04-26crypto: x86/aes-gcm - simplify GCM hash subkey derivationEric Biggers
2024-04-26crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()Eric Biggers
2024-04-19crypto: x86/aes-xts - optimize size of instructions operating on lengthsEric Biggers
2024-04-12crypto: x86/aes-xts - make non-AVX implementation use new glue codeEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers
2024-04-02crypto: x86/aesni - Update aesni_set_key() to return voidChang S. Bae
2024-04-02crypto: x86/aesni - Rearrange AES key size checkChang S. Bae
2023-10-05crypto: x86/aesni - Perform address alignment early for XTS modeChang S. Bae
2023-10-05crypto: x86/aesni - Correct the data type in struct aesni_xts_ctxChang S. Bae
2023-10-05crypto: x86/aesni - Refactor the common address alignment codeChang S. Bae
2023-07-22crypto: x86/aesni - remove unused parameter to aes_set_key_common()Eric Biggers
2023-07-14crypto: x86/aesni - Align the address before aes_set_key_common()Chang S. Bae
2022-06-10crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry
2021-12-31crypto: x86/aesni - don't require alignment of dataJakub Kicinski
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-07-23crypto: x86/aes-ni - add missing error checks in XTS codeArd Biesheuvel
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: 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: aesni - implement support for cts(cbc(aes))Ard Biesheuvel
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld
2020-04-09x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook