aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/serpent_sse2_glue.c
AgeCommit message (Expand)Author
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller
2015-03-31crypto: serpent_sse2 - mark Serpent SSE2 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
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: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...Jussi Kivilinna
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna
2012-06-27crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...Jussi Kivilinna
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna
2012-06-14crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna
2012-02-25crypto: serpent-sse2 - combine ablk_*_init functionsJussi Kivilinna
2012-02-25crypto: serpent-sse2 - use crypto_[un]register_algsJussi Kivilinna
2012-02-14crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse...Jesper Juhl
2011-12-20crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefsJussi Kivilinna
2011-11-21crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modesJussi Kivilinna
2011-11-21crypto: serpent-sse2 - add xts supportJussi Kivilinna
2011-11-21crypto: serpent-sse2 - add lrw supportJussi Kivilinna
2011-11-21crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna