summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/Makefile
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-05-311-4/+0
* crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek2018-05-311-0/+3
* crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek2018-05-191-0/+10
* crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-191-0/+8
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+2
* crypto: sha512-mb - SHA512 multibuffer job manager and glue codeMegha Dey2016-06-281-0/+1
* crypto: sha1-mb - rename sha-mb to sha1-mbMegha Dey2016-06-271-1/+1
* crypto: sha256-mb - SHA256 multibuffer job manager and glue codeMegha Dey2016-06-271-0/+1
* crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...tim2015-09-211-0/+8
* 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
OpenPOWER on IntegriCloud