aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-04crypto: x86/glue_helper - fix storing of new IV in CBC encryptionJussi Kivilinna1-1/+1
2012-09-27crypto: cast5/avx - fix storing of new IV in CBC encryptionJussi Kivilinna1-1/+1
2012-09-07crypto: camellia-x86_64 - fix sparse warnings (constant is so big)Jussi Kivilinna1-688/+688
2012-09-07crypto: cast6-avx - tune assembler code for more performanceJussi Kivilinna1-114/+162
2012-09-07crypto: cast5-avx - tune assembler code for more performanceJussi Kivilinna1-106/+160
2012-09-07crypto: twofish-avx - tune assembler code for more performanceJussi Kivilinna1-85/+142
2012-08-20crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelinesJussi Kivilinna1-35/+218
2012-08-01crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried3-0/+985
2012-08-01crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried3-0/+854
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna11-54/+1
2012-07-11crypto: twofish-avx - remove useless instructionJohannes Goetzfried1-1/+0
2012-07-11crypto: aesni-intel - fix wrong kfree pointerMilan Broz1-4/+4
2012-06-27crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna2-2/+2
2012-06-27crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/asm/crypto/Jussi Kivilinna2-2/+2
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna2-487/+115
2012-06-27crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-272/+93
2012-06-27crypto: camellia-x86_64 - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-269/+86
2012-06-27crypto: serpent-avx: remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-304/+94
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna3-351/+309
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: aes_ni - change to use shared ablk_* functionsJussi Kivilinna2-102/+17
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna1-110/+6
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared moduleJussi Kivilinna4-218/+164
2012-06-14crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna3-8/+8
2012-06-12crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried3-0/+1655
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried4-0/+1391
2012-06-12crypto: sha1 - use Kbuild supplied flags for AVX testMathias Krause3-11/+4
2012-05-31crypto: aesni-intel - fix unaligned cbc decrypt for x86-32Mathias Krause1-2/+4
2012-05-15crypto: aesni-intel - move more common code to ablk_init_commonJussi Kivilinna1-55/+15
2012-05-15crypto: aesni-intel - use crypto_[un]register_algsJussi Kivilinna1-420/+303
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-4/+4
2012-03-22crypto: twofish-x86_64-3way - module init/exit functions should be staticJussi Kivilinna1-2/+2
2012-03-22crypto: camellia-x86_64 - module init/exit functions should be staticJussi Kivilinna1-2/+2
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-520/+2864
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-12/+12
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-12/+12
2012-03-14crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna3-0/+2474
2012-02-25crypto: twofish-x86_64/i586 - set alignmask to zeroJussi Kivilinna1-1/+1
2012-02-25crypto: blowfish-x86_64 - set alignmask to zeroJussi Kivilinna1-1/+1
2012-02-25crypto: serpent-sse2 - combine ablk_*_init functionsJussi Kivilinna1-58/+13
2012-02-25crypto: blowfish-x86_64 - use crypto_[un]register_algsJussi Kivilinna1-98/+65
2012-02-25crypto: twofish-x86_64-3way - use crypto_[un]register_algsJussi Kivilinna1-130/+89
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
2012-02-14crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()Jesper Juhl1-1/+0
2012-01-26crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen3-10/+25
2012-01-13crypto: serpent-sse2 - change transpose_4x4 to only use integer instructionsJussi Kivilinna2-32/+26
2012-01-13crypto: blowfish-x86_64 - blacklist Pentium 4Jussi Kivilinna1-0/+30
2012-01-13crypto: twofish-x86_64-3way - blacklist pentium4 and atomJussi Kivilinna1-0/+47
2011-12-20crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefsJussi Kivilinna1-40/+0