aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus1-4/+5
2017-02-11crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2017-02-11crypto: aes - add generic time invariant AES cipherArd Biesheuvel1-0/+1
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+1
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael1-0/+1
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu1-0/+2
2016-11-01crypto: acomp - fix dependency in MakefileGiovanni Cabiddu1-2/+3
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+2
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu1-2/+0
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto1-0/+4
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto1-0/+4
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto1-0/+1
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik1-0/+1
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang1-0/+1
2016-01-30crypto: crc32 - Rename generic implementationHerbert Xu1-1/+1
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim1-2/+0
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski1-0/+1
2015-10-15crypto: keywrap - enable compilationStephan Mueller1-0/+1
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk1-3/+6
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu1-0/+1
2015-08-17crypto: null - Use NULL2 in MakefileHerbert Xu1-1/+1
2015-06-25crypto: jitterentropy - avoid compiler warningsStephan Mueller1-1/+3
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk1-0/+8
2015-06-17crypto: akcipher - add PKE APITadeusz Struk1-0/+1
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller1-1/+0
2015-06-04crypto: rng - Remove krngHerbert Xu1-1/+0
2015-06-04crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi1-0/+1
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi1-0/+1
2015-06-04crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi1-0/+1
2015-05-27crypto: jitterentropy - add jitterentropy RNGStephan Mueller1-0/+2
2015-05-22crypto: echainiv - Add encrypted chain IV generatorHerbert Xu1-0/+1
2015-03-04crypto: algif - enable AEAD interface compilationStephan Mueller1-0/+1
2014-12-29crypto: algif_rng - enable RNG interface compilationStephan Mueller1-0/+1
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen1-0/+1
2014-07-04crypto: drbg - Use Kconfig to ensure at least one RNG option is setHerbert Xu1-1/+1
2014-06-20crypto: drbg - compile the DRBG codeStephan Mueller1-0/+1
2014-02-25CRC32C: Add soft module dependency to load other accelerated crc32c modulesTim Chen1-1/+1
2013-12-05crypto: more robust crypto_memneqCesar Eduardo Barros1-5/+0
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+7
2013-10-25crypto: provide single place for hash algo informationDmitry Kasatkin1-0/+1
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan1-1/+6
2013-09-24crypto: create generic version of ablk_helperArd Biesheuvel1-0/+1
2013-09-12crypto: crct10dif - Add fallback for broken initrdsHerbert Xu1-1/+1
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"Herbert Xu1-0/+1
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+0
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"Herbert Xu1-1/+0
2013-07-09crypto: add lz4 Cryptographic APIChanho Min1-0/+2
2013-05-20crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform frameworkTim Chen1-0/+1
2013-04-25crypto: add CMAC support to CryptoAPIJussi Kivilinna1-0/+1