summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan2014-03-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-231-12/+11
|\
| * crypto: move x86 to the generic version of ablk_helperArd Biesheuvel2013-09-241-15/+10
| * crypto: create generic version of ablk_helperArd Biesheuvel2013-09-241-0/+4
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-211-0/+3
|\ \
| * | crypto: provide single place for hash algo informationDmitry Kasatkin2013-10-251-0/+3
| |/
* / ARM: add support for bit sliced AES using NEON instructionsArd Biesheuvel2013-10-041-0/+16
|/
* Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu2013-09-071-0/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-241-19/+0
|\
| * Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu2013-07-241-19/+0
* | crypto: add lz4 Cryptographic APIChanho Min2013-07-091-0/+16
|/
* Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2013-06-211-24/+0
* Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2013-06-211-18/+0
* crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a cry...Tim Chen2013-05-241-0/+11
* crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram...Tim Chen2013-05-201-0/+8
* crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-251-0/+23
* crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-251-0/+23
* crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-251-0/+24
* crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-251-0/+18
* crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86Jussi Kivilinna2013-04-251-1/+1
* crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna2013-04-251-0/+1
* crypto: add CMAC support to CryptoAPIJussi Kivilinna2013-04-251-0/+11
* crypto: gcm - make GMAC work when dst and src are differentJussi Kivilinna2013-04-251-0/+1
* crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...Tim Chen2013-04-251-0/+11
* crypto: sha256 - Create module providing optimized SHA256 routines using SSSE...Tim Chen2013-04-251-0/+11
* crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 optionHerbert Xu2013-02-261-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-251-0/+21
|\
| * crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko2013-01-201-0/+21
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-231-0/+7
|\ \
| * | powerpc: Add a powerpc implementation of SHA-1Michael Ellerman2013-01-101-0/+7
| |/
* / crypto: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-10/+5
|/
* crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna2012-12-061-0/+10
* crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2012-11-091-0/+22
* crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen2012-10-151-0/+10
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+1
|\
| * KEYS: Implement asymmetric key typeDavid Howells2012-10-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-041-0/+75
|\ \
| * | arm/crypto: Add optimized AES and SHA1 routinesDavid McCullough2012-09-071-0/+33
| * | crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...Jussi Kivilinna2012-08-201-0/+2
| * | powerpc/crypto: add 842 crypto driverSeth Jennings2012-08-011-0/+9
| * | crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-011-0/+17
| * | crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-011-0/+14
| |/
* | crypto: Build SPARC DES algorithms on SPARC only.Dave Jones2012-10-021-0/+1
* | sparc64: Add CAMELLIA driver making use of the new camellia opcodes.David S. Miller2012-08-281-0/+16
* | sparc64: Add DES driver making use of the new des opcodes.David S. Miller2012-08-251-0/+8
* | sparc64: Add CRC32C driver making use of the new crc32c opcode.David S. Miller2012-08-221-0/+9
* | sparc64: Add AES driver making use of the new aes opcodes.David S. Miller2012-08-221-0/+28
* | sparc64: Add MD5 driver making use of the 'md5' instruction.David S. Miller2012-08-201-0/+9
* | sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction.David S. Miller2012-08-201-0/+9
* | sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction.David S. Miller2012-08-201-0/+9