aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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