aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_glue.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-17crypto: aesni - check walk.nbytes instead of errGravatar Shreyansh Chouhan 1-1/+1
2021-08-27crypto: aesni - xts_crypt() return if walk.nbytes is 0Gravatar Shreyansh Chouhan 1-1/+1
2021-07-23crypto: x86/aes-ni - add missing error checks in XTS codeGravatar Ard Biesheuvel 1-0/+5
2021-01-22crypto: aesni - release FPU during skcipher walk API callsGravatar Ard Biesheuvel 1-41/+32
2021-01-22crypto: aesni - replace CTR function pointer with static callGravatar Ard Biesheuvel 1-6/+7
2021-01-14crypto: aesni - replace function pointers with static branchesGravatar Ard Biesheuvel 1-44/+54
2021-01-14crypto: aesni - refactor scatterlist processingGravatar Ard Biesheuvel 1-83/+56
2021-01-14crypto: aesni - clean up mapping of associated dataGravatar Ard Biesheuvel 1-4/+5
2021-01-14crypto: aesni - drop unused asm prototypesGravatar Ard Biesheuvel 1-67/+0
2021-01-14crypto: aesni - prevent misaligned buffers on the stackGravatar Ard Biesheuvel 1-12/+16
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperGravatar Ard Biesheuvel 1-96/+124
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideGravatar Ard Biesheuvel 1-11/+14
2021-01-03crypto: aesni - implement support for cts(cbc(aes))Gravatar Ard Biesheuvel 1-0/+133
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Gravatar Jason A. Donenfeld 1-7/+0
2020-04-09x86: remove always-defined CONFIG_AS_AVXGravatar Masahiro Yamada 1-13/+1
2020-03-24crypto: Convert to new CPU match macrosGravatar Thomas Gleixner 1-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-7/+3
2019-12-11crypto: x86 - Regularize glue function prototypesGravatar Kees Cook 1-27/+18
2019-09-09crypto: x86/aes-ni - use AES library instead of single-use AES cipherGravatar Ard Biesheuvel 1-11/+6
2019-08-22crypto: x86/xts - implement support for ciphertext stealingGravatar Ard Biesheuvel 1-2/+4
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesGravatar Ard Biesheuvel 1-8/+7
2019-07-26crypto: aes - rename local routines to prevent future clashesGravatar Ard Biesheuvel 1-4/+4
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-38/+7
2019-06-13crypto: x86/aesni - remove unused internal cipher algorithmGravatar Eric Biggers 1-38/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Gravatar Eric Biggers 1-4/+4
2019-03-22crypto: x86/aesni - convert to use AEAD SIMD helpersGravatar Eric Biggers 1-146/+15
2019-03-22crypto: x86/aesni - convert to use skcipher SIMD bulk registrationGravatar Eric Biggers 1-36/+7
2019-02-08crypto: x86/aesni-gcm - fix crash on empty plaintextGravatar Eric Biggers 1-5/+8
2019-01-18crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static constGravatar Eric Biggers 1-21/+13
2018-12-23crypto: aesni - Add scatter/gather avx stubs, and use them in CGravatar Dave Watson 1-252/+97
2018-12-23crypto: aesni - Split AAD hash calculation to separate macroGravatar Dave Watson 1-8/+20
2018-12-23crypto: aesni - support 256 byte keys in avx asmGravatar Dave Watson 1-12/+6
2018-12-23crypto: aesni - Introduce gcm_context_dataGravatar Dave Watson 1-25/+33
2018-10-08crypto: x86/aes-ni - fix build error following fpu template removalGravatar Eric Biggers 1-12/+1
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeGravatar Ard Biesheuvel 1-32/+0
2018-09-14crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...Gravatar Mikulas Patocka 1-1/+1
2018-02-22crypto: aesni - Update aesni-intel_glue to use scatter/gatherGravatar Dave Watson 1-0/+133
2018-02-22crypto: aesni - Introduce scatter/gather asm function stubsGravatar Dave Watson 1-0/+16
2018-02-22crypto: aesni - Introduce gcm_context_dataGravatar Dave Watson 1-24/+57
2018-01-26crypto: aesni - handle zero length dst bufferGravatar Stephan Mueller 1-1/+1
2017-12-22crypto: aesni - add wrapper for generic gcm(aes)Gravatar Sabrina Dubroca 1-12/+54
2017-12-22crypto: aesni - fix typo in generic_gcmaes_decryptGravatar Sabrina Dubroca 1-1/+1
2017-09-22crypto: aesni - Use GCM IV size constantGravatar Corentin LABBE 1-3/+4
2017-09-22crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 st...Gravatar Colin Ian King 1-1/+2
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsGravatar Ard Biesheuvel 1-2/+2
2017-05-18crypto: aesni - add generic gcm(aes)Gravatar Sabrina Dubroca 1-50/+158
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-5/+6
2017-02-03crypto: aesni - Fix failure when pcbc module is absentGravatar Herbert Xu 1-4/+4
2016-12-30crypto: aesni - Fix failure when built-in with modular pcbcGravatar Herbert Xu 1-1/+2