summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers2018-03-031-4/+3
* crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers2018-03-031-62/+0
* crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-031-1/+3
* crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-031-1/+2
* crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-031-10/+0
* crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-031-0/+1
* crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-031-8/+0
* crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-031-11/+0
* crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-031-2/+5
* crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-031-10/+0
* crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2018-03-031-0/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* crypto: glue_helper - remove the le128_gf128mul_x_ble functionOndrej Mosnáček2017-04-051-10/+0
* crypto: glue_helper - Add skcipher xts helpersHerbert Xu2016-11-281-1/+38
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
* crypto: move x86 to the generic version of ablk_helperArd Biesheuvel2013-09-241-31/+0
* Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2013-06-211-18/+0
* Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2013-06-211-43/+0
* crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-251-0/+19
* crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-251-0/+24
* crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-251-0/+18
* crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-251-0/+43
* crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna2013-04-252-0/+29
* crypto: camellia-x86_64 - share common functions and move structures and func...Jussi Kivilinna2012-11-091-0/+82
* crypto: serpent/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-241-20/+7
* crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna2012-10-242-13/+19
* crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna2012-06-271-0/+11
* crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...Jussi Kivilinna2012-06-272-0/+95
* crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna2012-06-271-0/+46
* crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna2012-06-271-0/+115
* crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna2012-06-271-0/+2
* crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna2012-06-271-0/+29