summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_glue.c
AgeCommit message (Expand)Author
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
2019-09-09crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel
2019-08-22crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-13crypto: x86/aesni - remove unused internal cipher algorithmEric Biggers
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Eric Biggers
2019-03-22crypto: x86/aesni - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aesni - convert to use skcipher SIMD bulk registrationEric Biggers
2019-02-08crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers
2019-01-18crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static constEric Biggers
2018-12-23crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson
2018-12-23crypto: aesni - Split AAD hash calculation to separate macroDave Watson
2018-12-23crypto: aesni - support 256 byte keys in avx asmDave Watson
2018-12-23crypto: aesni - Introduce gcm_context_dataDave Watson
2018-10-08crypto: x86/aes-ni - fix build error following fpu template removalEric Biggers
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel
2018-09-14crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...Mikulas Patocka
2018-02-22crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson
2018-02-22crypto: aesni - Introduce scatter/gather asm function stubsDave Watson
2018-02-22crypto: aesni - Introduce gcm_context_dataDave Watson
2018-01-26crypto: aesni - handle zero length dst bufferStephan Mueller
2017-12-22crypto: aesni - add wrapper for generic gcm(aes)Sabrina Dubroca
2017-12-22crypto: aesni - fix typo in generic_gcmaes_decryptSabrina Dubroca