aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds24-294/+668
2013-01-20crypto: crc32-pclmul - Kill warning on x86-32Herbert Xu1-1/+0
2013-01-20crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labelsJussi Kivilinna4-48/+29
2013-01-20crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROCJussi Kivilinna1-5/+5
2013-01-20crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targetsJussi Kivilinna3-48/+27
2013-01-20crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_*Jussi Kivilinna3-34/+27
2013-01-20crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functionsJussi Kivilinna1-0/+4
2013-01-20crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROCJussi Kivilinna1-2/+6
2013-01-20crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functionsJussi Kivilinna1-24/+11
2013-01-20crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize jump targetsJussi Kivilinna1-30/+18
2013-01-20crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions and localize jump targetsJussi Kivilinna2-52/+36
2013-01-20crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and localize jump targetsJussi Kivilinna1-25/+14
2013-01-20crypto: aesni-intel - add ENDPROC statements for assembler functionsJussi Kivilinna1-1/+22
2013-01-20crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targetsJussi Kivilinna2-25/+20
2013-01-20crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementationAlexander Boyko3-0/+450
2013-01-08crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module insteadJussi Kivilinna1-37/+0
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