aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/twofish_avx_glue.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-24x86/fpu: Fixup uninitialized feature_name warningGravatar Borislav Petkov 1-1/+1
2015-09-14x86/fpu: Rename XSAVE macrosGravatar Dave Hansen 1-1/+1
2015-05-19x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checksGravatar Ingo Molnar 1-11/+3
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-05-19x86/fpu: Rename i387.h to fpu/api.hGravatar Ingo Molnar 1-1/+1
2015-03-31crypto: twofish_avx - mark Twofish AVX 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-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Gravatar Jussi Kivilinna 1-12/+2
2013-04-25crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherGravatar Jussi Kivilinna 1-2/+12
2013-04-25crypto: x86/twofish-avx - use optimized XTS codeGravatar Jussi Kivilinna 1-40/+51
2012-10-24crypto: twofish/avx - avoid using temporary stack buffersGravatar Jussi Kivilinna 1-58/+15
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeGravatar Jussi Kivilinna 1-3/+3
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsGravatar Jussi Kivilinna 1-10/+0
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Gravatar Jussi Kivilinna 1-457/+99
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsGravatar Jussi Kivilinna 1-110/+6
2012-06-12crypto: twofish - add x86_64/avx assembler implementationGravatar Johannes Goetzfried 1-0/+1086