aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/twofish_avx_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03-03crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers1-215/+100
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers1-188/+1
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers1-0/+25
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers1-0/+26
2015-09-24x86/fpu: Fixup uninitialized feature_name warningBorislav Petkov1-1/+1
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen1-1/+1
2015-05-19x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checksIngo Molnar1-11/+3
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-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-03-31crypto: twofish_avx - mark Twofish AVX 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-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher"Jussi Kivilinna1-12/+2
2013-04-25crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna1-2/+12
2013-04-25crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna1-40/+51
2012-10-24crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna1-58/+15
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna1-3/+3
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna1-10/+0
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-457/+99
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna1-110/+6
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried1-0/+1086