aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/cast5_avx_glue.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-14crypto: x86/cast5 - drop dependency on glue helperGravatar Ard Biesheuvel 1-167/+17
2021-01-14crypto: x86/cast5 - drop CTR mode implementationGravatar Ard Biesheuvel 1-103/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2018-12-03x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2018-03-03crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Gravatar Eric Biggers 1-2/+2
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceGravatar Eric Biggers 1-224/+127
2018-03-03crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneGravatar Eric Biggers 1-2/+1
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsGravatar Ard Biesheuvel 1-2/+1
2015-09-14x86/fpu: Rename XSAVE macrosGravatar Dave Hansen 1-1/+2
2015-05-19x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() xfeature checksGravatar Ingo Molnar 1-11/+4
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-03-31crypto: cast5_avx - mark CAST5 helper ciphersGravatar Stephan Mueller 1-3/+6
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-1/+1
2014-02-27crypto: remove a duplicate checks in __cbc_decrypt()Gravatar Dan Carpenter 1-3/+0
2013-09-24crypto: move x86 to the generic version of ablk_helperGravatar Ard Biesheuvel 1-1/+1
2012-10-24crypto: cast5/avx - avoid using temporary stack buffersGravatar Jussi Kivilinna 1-56/+23
2012-09-27crypto: cast5/avx - fix storing of new IV in CBC encryptionGravatar Jussi Kivilinna 1-1/+1
2012-08-01crypto: cast5 - add x86_64/avx assembler implementationGravatar Johannes Goetzfried 1-0/+530