aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/cast6_avx_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-14crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel1-44/+17
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel1-48/+0
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel1-98/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-4/+2
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook1-37/+31
2019-08-22crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-12-03x86: Fix various typos in commentsIngo Molnar1-1/+1
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers1-211/+100
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmEric Biggers1-179/+1
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-7/+3
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen1-1/+2
2015-05-19x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checksIngo Molnar1-11/+4
2015-05-19x86/fpu: Rename fpu/xsave.h to fpu/xstate.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Move xsave.h to fpu/xsave.hIngo Molnar1-1/+1
2015-03-31crypto: cast6_avx - mark CAST6 helper ciphersStephan Mueller1-5/+10
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+1
2013-09-24crypto: move x86 to the generic version of ablk_helperArd Biesheuvel1-1/+1
2013-04-25crypto: cast6-avx: use new optimized XTS codeJussi Kivilinna1-40/+51
2012-10-24crypto: cast6/avx - avoid using temporary stack buffersJussi Kivilinna1-58/+13
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna1-6/+6
2012-08-01crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried1-0/+648