summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sparc64: Add SHA1 driver making use of the 'sha1' instruction.David S. Miller2012-08-201-0/+9
|/
* crypto: arc4 - now arc needs blockcipher supportSebastian Andrzej Siewior2012-06-271-1/+1
* crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna2012-06-271-0/+1
* crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna2012-06-271-0/+1
* crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna2012-06-271-0/+1
* crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna2012-06-271-0/+1
* crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna2012-06-271-0/+7
* crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna2012-06-271-0/+1
* crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna2012-06-271-0/+1
* crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna2012-06-271-0/+8
* crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-121-0/+20