summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/Makefile
Commit message (Expand)AuthorAgeFilesLines
* crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-171-0/+1
* crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-171-0/+2
* crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi2015-07-171-0/+1
* crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi2015-07-171-0/+2
* crypto: sha-mb - Add avx2_supported check.Vinson Lee2015-01-051-1/+1
* crypto: sha-mb - SHA1 multibuffer job manager and glue codeTim Chen2014-08-251-0/+1
* crypto: aes - AES CTR x86_64 "by8" AVX optimizationchandramouli narayanan2014-06-201-1/+1
* crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna2014-06-201-0/+2
* crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan2014-03-211-0/+3
* crypto: aesni - fix build on x86 (32bit)Tim Chen2014-01-151-1/+1
* crypto: aesni - fix build on x86 (32bit)Andy Shevchenko2013-12-311-1/+2
* crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decodeTim Chen2013-12-201-1/+1
* crypto: move x86 to the generic version of ablk_helperArd Biesheuvel2013-09-241-1/+0
* crypto: x86 - restore avx2_supported checkJussi Kivilinna2013-09-131-0/+2
* Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu2013-09-071-0/+2
* Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu2013-07-241-2/+0
* Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2013-06-211-2/+0
* Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2013-06-211-4/+0
* crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a cry...Tim Chen2013-05-241-0/+2
* crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-251-0/+2
* crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-251-0/+2
* crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-251-0/+2
* crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-251-0/+11
* crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...Tim Chen2013-04-251-0/+2
* crypto: sha256 - Create module providing optimized SHA256 routines using SSSE...Tim Chen2013-04-251-0/+2
* crypto: x86 - build AVX block cipher implementations only if assembler suppor...Jussi Kivilinna2013-04-031-11/+23
* crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 optionHerbert Xu2013-02-261-1/+1
* crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko2013-01-201-0/+2
* crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2012-11-091-0/+3
* crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen2012-10-151-0/+1
* crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.cTim Chen2012-10-151-0/+1
* crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-011-0/+2
* crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-011-0/+2
* crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna2012-06-271-0/+1
* crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna2012-06-271-0/+2
* crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-121-0/+2
* crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-121-0/+2
* crypto: sha1 - use Kbuild supplied flags for AVX testMathias Krause2012-06-121-7/+0
* crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna2012-03-141-0/+2
* crypto: serpent - add 4-way parallel i586/SSE2 assembler implementationJussi Kivilinna2011-11-211-0/+2
* crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna2011-11-211-0/+2
* crypto: twofish - add 3-way parallel x86_64 assembler implementionJussi Kivilinna2011-10-211-0/+2
* crypto: blowfish - add x86_64 assembly implementationJussi Kivilinna2011-09-221-0/+2
* crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause2011-08-101-0/+8
* crypto: aesni-intel - Merge with fpu.koAndy Lutomirski2011-05-161-3/+1
* crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying2009-10-191-0/+3
* crypto: fpu - Add template for blkcipher touching FPUHuang Ying2009-06-021-0/+2
* crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformHuang Ying2009-02-181-0/+3
* crypto: crc32c - Use Intel CRC32 instructionAustin Zhang2008-08-291-0/+2
* [CRYPTO] twofish: Merge common glue codeSebastian Siewior2008-01-141-2/+2
OpenPOWER on IntegriCloud