aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-05-22crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers
2019-05-22crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers
2019-05-22crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-05-22crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers
2019-05-22crypto: chacha20poly1305 - set cra_name correctlyEric Biggers
2019-05-22crypto: chacha-generic - fix use as arm64 no-NEON fallbackEric Biggers
2019-05-22crypto: lrw - don't access already-freed walk.ivEric Biggers
2019-05-22crypto: salsa20 - don't access already-freed walk.ivEric Biggers
2019-05-02crypto: lrw - Fix atomic sleep when walking skcipherHerbert Xu
2019-05-02crypto: xts - Fix atomic sleep when walking skcipherHerbert Xu
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-03-23crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-03-23crypto: morus - fix handling chunked inputsEric Biggers
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: aegis - fix handling chunked inputsEric Biggers
2019-03-23crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers
2019-03-23crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers
2019-03-23crypto: cfb - remove bogus memcpy() with src == destEric Biggers
2019-03-23crypto: cfb - add missing 'chunksize' propertyEric Biggers
2019-02-18net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-01-10crypto: sm3 - fix undefined shift by >= width of valueEric Biggers
2019-01-10crypto: adiantum - initialize crypto_spawn::instEric Biggers
2019-01-10crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain
2019-01-10crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-12-23crypto: salsa20-generic - don't unnecessarily use atomic walkEric Biggers
2018-12-23crypto: skcipher - add might_sleep() to skcipher_walk_virt()Eric Biggers
2018-12-23crypto: user - remove unused dump functionsCorentin Labbe
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
2018-12-13crypto: adiantum - fix leaking reference to hash algorithmEric Biggers
2018-12-13crypto: user - support incremental algorithm dumpsEric Biggers
2018-12-13crypto: adiantum - adjust some comments to match latest paperEric Biggers
2018-12-13crypto: xchacha20 - fix comments for test vectorsEric Biggers
2018-12-13crypto: xchacha - add test vector from XChaCha20 draft RFCEric Biggers
2018-12-13crypto: x86/chacha - add XChaCha12 supportEric Biggers
2018-12-13crypto: x86/chacha20 - add XChaCha20 supportEric Biggers
2018-12-13crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers
2018-12-13crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers
2018-12-13crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers
2018-12-13crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel
2018-12-07crypto: user - Add crypto_stats_initCorentin Labbe
2018-12-07crypto: user - rename err_cnt parameterCorentin Labbe
2018-12-07crypto: user - Split stats in multiple structuresCorentin Labbe
2018-12-07crypto: user - remove intermediate variableCorentin Labbe