aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/serpent_sse2_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers1-151/+70
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers1-172/+0
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers1-129/+1
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček1-2/+2
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov1-1/+1
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-8/+3
2015-03-31crypto: serpent_sse2 - mark Serpent SSE2 helper ciphersStephan Mueller1-5/+10
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+1
2013-09-24crypto: move x86 to the generic version of ablk_helperArd Biesheuvel1-1/+1
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna1-6/+6
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna1-10/+0
2012-06-27crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/asm/crypto/Jussi Kivilinna1-1/+1
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna1-351/+1
2012-06-27crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue code for 128bit block ciphersJussi Kivilinna1-163/+303
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared moduleJussi Kivilinna1-109/+6
2012-06-14crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna1-1/+1
2012-02-25crypto: serpent-sse2 - combine ablk_*_init functionsJussi Kivilinna1-58/+13
2012-02-25crypto: serpent-sse2 - use crypto_[un]register_algsJussi Kivilinna1-243/+163
2012-02-14crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse2_init()Jesper Juhl1-1/+0
2011-12-20crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefsJussi Kivilinna1-40/+0
2011-11-21crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modesJussi Kivilinna1-0/+4
2011-11-21crypto: serpent-sse2 - add xts supportJussi Kivilinna1-2/+178
2011-11-21crypto: serpent-sse2 - add lrw supportJussi Kivilinna1-0/+211
2011-11-21crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna1-0/+719