summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/cast6_avx_glue.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1Star
* x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2018-03-021-211/+100Star
* crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-021-179/+1Star
* crypto: xts - consolidate sanity check for keysStephan Mueller2016-02-161-7/+3Star
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-1/+2
* x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checksIngo Molnar2015-05-191-11/+4Star
* 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
* crypto: cast6_avx - mark CAST6 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
* crypto: cast6-avx: use new optimized XTS codeJussi Kivilinna2013-04-251-40/+51
* crypto: cast6/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-241-58/+13Star
* crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna2012-10-241-6/+6
* crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-011-0/+648