summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/twofish_avx_glue.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1Star
* crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers2018-03-021-215/+100Star
* crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-021-188/+1Star
* crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-021-0/+25
* crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-021-0/+26
* x86/fpu: Fixup uninitialized feature_name warningBorislav Petkov2015-09-241-1/+1
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-1/+1
* x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checksIngo Molnar2015-05-191-11/+3Star
* x86/fpu: Rename fpu/xsave.h to fpu/xstate.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Move xsave.h to fpu/xsave.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
* crypto: twofish_avx - mark Twofish AVX helper ciphersStephan Mueller2015-03-311-5/+10
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* crypto: move x86 to the generic version of ablk_helperArd Biesheuvel2013-09-231-1/+1
* Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2013-06-211-12/+2Star
* crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-251-2/+12
* crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna2013-04-251-40/+51
* crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-241-58/+15Star
* crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna2012-10-241-3/+3
* crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-011-10/+0Star
* crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna2012-06-271-457/+99Star
* crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna2012-06-271-110/+6Star
* crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-121-0/+1086