aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds18-587/+3052
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna2-16/+16
2012-11-09crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipherJussi Kivilinna3-0/+1663
2012-11-09crypto: camellia-x86_64 - share common functions and move structures and function definitions to header fileJussi Kivilinna1-57/+23
2012-10-24crypto: cast5/avx - avoid using temporary stack buffersJussi Kivilinna2-131/+280
2012-10-24crypto: serpent/avx - avoid using temporary stack buffersJussi Kivilinna2-95/+114
2012-10-24crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna2-129/+152
2012-10-24crypto: cast6/avx - avoid using temporary stack buffersJussi Kivilinna3-125/+227
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna7-45/+45
2012-10-18crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc()Jussi Kivilinna1-2/+7
2012-10-15crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen3-0/+542
2012-10-15crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.cTim Chen2-0/+1
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