aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/cast5_avx_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers1-2/+2
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers1-224/+127
2018-03-03crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers1-2/+1
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-2/+1
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen1-1/+2
2015-05-19x86/fpu, crypto x86/cast5_avx: Simplify the cast5_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: cast5_avx - mark CAST5 helper ciphersStephan Mueller1-3/+6
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+1
2014-02-27crypto: remove a duplicate checks in __cbc_decrypt()Dan Carpenter1-3/+0
2013-09-24crypto: move x86 to the generic version of ablk_helperArd Biesheuvel1-1/+1
2012-10-24crypto: cast5/avx - avoid using temporary stack buffersJussi Kivilinna1-56/+23
2012-09-27crypto: cast5/avx - fix storing of new IV in CBC encryptionJussi Kivilinna1-1/+1
2012-08-01crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried1-0/+530