summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_glue.c
AgeCommit message (Expand)AuthorFilesLines
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-xts - simplify loop in xts_crypt_slowpath()Eric Biggers1-8/+5
2024-04-19crypto: x86/aes-xts - optimize size of instructions operating on lengthsEric Biggers1-9/+9
2024-04-12crypto: x86/aes-xts - make non-AVX implementation use new glue codeEric Biggers1-194/+123
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers1-0/+32
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers1-0/+16
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers1-0/+20
2024-04-05crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers1-2/+200
2024-04-02crypto: x86/aesni - Update aesni_set_key() to return voidChang S. Bae1-4/+4
2024-04-02crypto: x86/aesni - Rearrange AES key size checkChang S. Bae1-10/+8
2023-10-05crypto: x86/aesni - Perform address alignment early for XTS modeChang S. Bae1-9/+14
2023-10-05crypto: x86/aesni - Correct the data type in struct aesni_xts_ctxChang S. Bae1-10/+9
2023-10-05crypto: x86/aesni - Refactor the common address alignment codeChang S. Bae1-16/+10
2023-07-22crypto: x86/aesni - remove unused parameter to aes_set_key_common()Eric Biggers1-13/+9
2023-07-14crypto: x86/aesni - Align the address before aes_set_key_common()Chang S. Bae1-6/+6
2022-06-10crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry1-1/+113
2021-12-31crypto: x86/aesni - don't require alignment of dataJakub Kicinski1-2/+2
2021-09-17crypto: aesni - check walk.nbytes instead of errShreyansh Chouhan1-1/+1
2021-08-27crypto: aesni - xts_crypt() return if walk.nbytes is 0Shreyansh Chouhan1-1/+1
2021-07-23crypto: x86/aes-ni - add missing error checks in XTS codeArd Biesheuvel1-0/+5
2021-01-22crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel1-41/+32
2021-01-22crypto: aesni - replace CTR function pointer with static callArd Biesheuvel1-6/+7
2021-01-14crypto: aesni - replace function pointers with static branchesArd Biesheuvel1-44/+54
2021-01-14crypto: aesni - refactor scatterlist processingArd Biesheuvel1-83/+56
2021-01-14crypto: aesni - clean up mapping of associated dataArd Biesheuvel1-4/+5
2021-01-14crypto: aesni - drop unused asm prototypesArd Biesheuvel1-67/+0
2021-01-14crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel1-12/+16
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel1-96/+124
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel1-11/+14
2021-01-03crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel1-0/+133
2020-04-08x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld1-7/+0
2020-04-08x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada1-13/+1
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner1-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-7/+3
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook1-27/+18
2019-09-09crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel1-11/+6
2019-08-22crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel1-2/+4
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel1-8/+7
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel1-4/+4
2019-07-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-38/+7
2019-06-13crypto: x86/aesni - remove unused internal cipher algorithmEric Biggers1-38/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Eric Biggers1-4/+4
2019-03-22crypto: x86/aesni - convert to use AEAD SIMD helpersEric Biggers1-146/+15
2019-03-22crypto: x86/aesni - convert to use skcipher SIMD bulk registrationEric Biggers1-36/+7
2019-02-08crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers1-5/+8
2019-01-18crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static constEric Biggers1-21/+13
2018-12-23crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson1-252/+97
2018-12-23crypto: aesni - Split AAD hash calculation to separate macroDave Watson1-8/+20