summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-13BACKPORT, FROMGIT: crypto: adiantum - add Adiantum supportEric Biggers6-0/+1657
2018-12-13BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers6-4/+1578
2018-12-13BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying numbe...Eric Biggers10-191/+212
2018-10-22Revert "BACKPORT, FROMGIT: crypto: speck - add support for the Speck block ci...Alistair Strachan5-472/+0
2018-08-23BACKPORT: crypto: zstd - Add zstd supportNick Terrell5-0/+309
2018-02-22BACKPORT, FROMGIT: crypto: speck - add support for the Speck block cipherEric Biggers5-0/+472
2017-03-18crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael1-0/+1
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu10-1274/+18
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto11-0/+1538
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto8-0/+700
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto8-0/+552
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik4-0/+340
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang4-0/+429
2016-01-30crypto: crc32 - Rename generic implementationHerbert Xu2-2/+3
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim9-1058/+0
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski4-1/+635
2015-10-15crypto: keywrap - enable compilationStephan Mueller2-0/+8
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk15-164/+407
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu4-1/+651
2015-08-17crypto: null - Use NULL2 in MakefileHerbert Xu1-1/+1
2015-06-25crypto: jitterentropy - avoid compiler warningsStephan Mueller3-177/+248
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk6-0/+484
2015-06-17crypto: akcipher - add PKE APITadeusz Struk8-0/+555
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller2-5/+26
2015-06-04crypto: rng - Remove krngHerbert Xu2-62/+0
2015-06-04crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi3-0/+676
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi3-0/+310
2015-06-04crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi3-0/+230
2015-05-27crypto: jitterentropy - add jitterentropy RNGStephan Mueller4-0/+925
2015-05-22crypto: echainiv - Add encrypted chain IV generatorHerbert Xu3-0/+542
2015-03-04crypto: algif - enable AEAD interface compilationStephan Mueller2-0/+10
2014-12-29crypto: algif_rng - enable RNG interface compilationStephan Mueller2-0/+10
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen5-0/+857
2014-07-04crypto: drbg - Use Kconfig to ensure at least one RNG option is setHerbert Xu3-16/+10
2014-06-20crypto: drbg - compile the DRBG codeStephan Mueller1-0/+1
2014-02-25CRC32C: Add soft module dependency to load other accelerated crc32c modulesTim Chen2-1/+3
2013-12-05crypto: more robust crypto_memneqCesar Eduardo Barros5-30/+68
2013-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds59-640/+1443
2013-10-25crypto: provide single place for hash algo informationDmitry Kasatkin5-0/+137
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan8-14/+174
2013-09-23crypto: create generic version of ablk_helperArd Biesheuvel5-0/+200
2013-09-12crypto: crct10dif - Add fallback for broken initrdsHerbert Xu5-180/+220
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu12-43/+1082
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-1082/+44
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu12-1081/+43
2013-07-09crypto: add lz4 Cryptographic APIChanho Min4-0/+230
2013-05-20crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram...Tim Chen6-43/+225
2013-04-25crypto: add CMAC support to CryptoAPIJussi Kivilinna6-1/+480
2013-01-19crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko6-0/+630
[next]