aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-03crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers1-4/+3
2018-03-03crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers1-62/+0
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers1-1/+3
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers1-1/+2
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers1-10/+0
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers1-0/+1
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers1-8/+0
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers1-11/+0
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers1-2/+5
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmEric Biggers1-10/+0
2018-03-03crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-04-05crypto: glue_helper - remove the le128_gf128mul_x_ble functionOndrej Mosnáček1-10/+0
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu1-1/+38
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2013-09-24crypto: move x86 to the generic version of ablk_helperArd Biesheuvel1-31/+0
2013-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher"Jussi Kivilinna1-18/+0
2013-06-21Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna1-43/+0
2013-04-25crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipherJussi Kivilinna1-0/+19
2013-04-25crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna1-0/+24
2013-04-25crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna1-0/+18
2013-04-25crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna1-0/+43
2013-04-25crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna2-0/+29
2012-11-09crypto: camellia-x86_64 - share common functions and move structures and function definitions to header fileJussi Kivilinna1-0/+82
2012-10-24crypto: serpent/avx - avoid using temporary stack buffersJussi Kivilinna1-20/+7
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna2-13/+19
2012-06-27crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna1-0/+11
2012-06-27crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/asm/crypto/Jussi Kivilinna2-0/+95
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-0/+46
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna1-0/+115
2012-06-27crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna1-0/+2
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared moduleJussi Kivilinna1-0/+29