aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/cast6_avx_glue.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-14crypto: x86/cast6 - drop dependency on glue helperGravatar Ard Biesheuvel 1-44/+17
2021-01-14crypto: x86/cast6 - drop CTR mode implementationGravatar Ard Biesheuvel 1-48/+0
2021-01-14crypto: x86/cast6 - switch to XTS templateGravatar Ard Biesheuvel 1-98/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-4/+2
2019-12-11crypto: x86 - Regularize glue function prototypesGravatar Kees Cook 1-37/+31
2019-08-22crypto: x86/xts - implement support for ciphertext stealingGravatar Ard Biesheuvel 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2018-12-03x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceGravatar Eric Biggers 1-211/+100
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmGravatar Eric Biggers 1-179/+1
2016-02-17crypto: xts - consolidate sanity check for keysGravatar Stephan Mueller 1-7/+3
2015-09-14x86/fpu: Rename XSAVE macrosGravatar Dave Hansen 1-1/+2
2015-05-19x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checksGravatar Ingo Molnar 1-11/+4
2015-05-19x86/fpu: Rename fpu/xsave.h to fpu/xstate.hGravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Move xsave.h to fpu/xsave.hGravatar Ingo Molnar 1-1/+1
2015-03-31crypto: cast6_avx - mark CAST6 helper ciphersGravatar Stephan Mueller 1-5/+10
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-1/+1
2013-09-24crypto: move x86 to the generic version of ablk_helperGravatar Ard Biesheuvel 1-1/+1
2013-04-25crypto: cast6-avx: use new optimized XTS codeGravatar Jussi Kivilinna 1-40/+51
2012-10-24crypto: cast6/avx - avoid using temporary stack buffersGravatar Jussi Kivilinna 1-58/+13
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeGravatar Jussi Kivilinna 1-6/+6
2012-08-01crypto: cast6 - add x86_64/avx assembler implementationGravatar Johannes Goetzfried 1-0/+648