aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"Herbert Xu3-0/+796
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu3-796/+0
2013-08-21crypto: camellia-x86-64 - replace commas by semicolons and adjust code alignmentJulia Lawall1-24/+24
2013-08-14crypto: make tables used from assembler __visibleAndi Kleen1-8/+8
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-796/+0
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"Herbert Xu3-796/+0
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-2325/+1016
2013-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-16/+32
2013-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu3-18/+34
2013-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher"Jussi Kivilinna4-1198/+2
2013-06-21Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna4-1046/+24
2013-06-21crypto: camellia-aesni-avx2 - tune assembly code for more performanceJussi Kivilinna1-71/+89
2013-06-13crypto: aesni_intel - fix accessing of unaligned memoryJussi Kivilinna1-16/+32
2013-05-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-05-30x86, crc32-pclmul: Fix build with older binutilsJan Beulich1-1/+1
2013-05-28crypto: sha256_ssse3 - add sha224 supportJussi Kivilinna1-5/+52
2013-05-28crypto: sha512_ssse3 - add sha384 supportJussi Kivilinna1-5/+53
2013-05-28crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementationsJussi Kivilinna2-2/+2
2013-05-24crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a crypto transformTim Chen2-0/+153
2013-05-20crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQDQ instructionTim Chen1-0/+643
2013-04-25crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipherJussi Kivilinna4-3/+1970
2013-04-25crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna4-20/+1406
2013-04-25crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna5-2/+1378
2013-04-25crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna4-24/+1053
2013-04-25crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna2-0/+197
2013-04-25crypto: x86/camellia-aesni-avx - add more optimized XTS codeJussi Kivilinna2-42/+229
2013-04-25crypto: cast6-avx: use new optimized XTS codeJussi Kivilinna2-41/+98
2013-04-25crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna2-41/+98
2013-04-25crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna4-46/+244
2013-04-25crypto: crc32-pclmul - Use gas macro for pclmulqdqSandy Wu1-2/+3
2013-04-25crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions.Tim Chen2-0/+284
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction.Tim Chen1-0/+743
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions.Tim Chen1-0/+423
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions.Tim Chen1-0/+421
2013-04-25crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions.Tim Chen2-0/+277
2013-04-03crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructionsTim Chen1-0/+772
2013-04-03crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions.Tim Chen1-0/+496
2013-04-03crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental SSE3 instructions.Tim Chen1-0/+506
2013-04-03crypto: x86 - build AVX block cipher implementations only if assembler supports AVX instructionsJussi Kivilinna1-11/+23
2013-04-03crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROCJussi Kivilinna1-3/+3
2013-03-10crypto: crc32c - Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions.Tim Chen1-2/+3
2013-02-26crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 optionHerbert Xu1-1/+1
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