aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
Commit message (Expand)AuthorAge
* crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-25
* crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-25
* crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-25
* crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-25
* crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86Jussi Kivilinna2013-04-25
* crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna2013-04-25
* crypto: add CMAC support to CryptoAPIJussi Kivilinna2013-04-25
* crypto: gcm - make GMAC work when dst and src are differentJussi Kivilinna2013-04-25
* crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...Tim Chen2013-04-25
* crypto: sha256 - Create module providing optimized SHA256 routines using SSSE...Tim Chen2013-04-25
* crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 optionHerbert Xu2013-02-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-25
|\
| * crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko2013-01-19
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-23
|\ \
| * | powerpc: Add a powerpc implementation of SHA-1Michael Ellerman2013-01-09
| |/
* / crypto: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-11
|/
* crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna2012-12-06
* crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2012-11-09
* crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen2012-10-15
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-14
|\
| * KEYS: Implement asymmetric key typeDavid Howells2012-10-07
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-04
|\ \
| * | arm/crypto: Add optimized AES and SHA1 routinesDavid McCullough2012-09-06
| * | crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...Jussi Kivilinna2012-08-20
| * | powerpc/crypto: add 842 crypto driverSeth Jennings2012-08-01
| * | crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-01
| * | crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-01
| |/
* | crypto: Build SPARC DES algorithms on SPARC only.Dave Jones2012-10-02
* | sparc64: Add CAMELLIA driver making use of the new camellia opcodes.David S. Miller2012-08-28
* | sparc64: Add DES driver making use of the new des opcodes.David S. Miller2012-08-26
* | sparc64: Add CRC32C driver making use of the new crc32c opcode.David S. Miller2012-08-22
* | sparc64: Add AES driver making use of the new aes opcodes.David S. Miller2012-08-22
* | sparc64: Add MD5 driver making use of the 'md5' instruction.David S. Miller2012-08-20
* | sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction.David S. Miller2012-08-20
* | sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction.David S. Miller2012-08-20
* | sparc64: Add SHA1 driver making use of the 'sha1' instruction.David S. Miller2012-08-20
|/
* crypto: arc4 - now arc needs blockcipher supportSebastian Andrzej Siewior2012-06-27
* crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna2012-06-27
* crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna2012-06-27
* crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna2012-06-27
* crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna2012-06-27
* crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna2012-06-27
* crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna2012-06-27
* crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna2012-06-27
* crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna2012-06-27
* crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-12
* crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-12
* um: several x86 hw-dependent crypto modules won't build on umlAl Viro2012-04-09
* crypto: crc32c should use library implementationDarrick J. Wong2012-03-23
* crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna2012-03-14