aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/twofish_avx_glue.c
AgeCommit message (Expand)Author
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel
2021-01-14crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook
2019-08-22crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-03-03crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers
2015-09-24x86/fpu: Fixup uninitialized feature_name warningBorislav Petkov
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen
2015-05-19x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checksIngo Molnar
2015-05-19x86/fpu: Rename fpu/xsave.h to fpu/xstate.hIngo Molnar
2015-05-19x86/fpu: Move xsave.h to fpu/xsave.hIngo Molnar
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar
2015-03-31crypto: twofish_avx - mark Twofish AVX helper ciphersStephan Mueller
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2013-09-24crypto: move x86 to the generic version of ablk_helperArd Biesheuvel
2013-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna
2013-04-25crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna
2013-04-25crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna
2012-10-24crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried