summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2018-12-07crypto: user - Fix invalid stat reportingCorentin Labbe
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe
2018-12-07crypto: user - split user space crypto stat structuresCorentin Labbe
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe
2018-12-07crypto: user - CRYPTO_STATS should depend on CRYPTO_USERCorentin Labbe
2018-12-07crypto: user - made crypto_user_stat optionalCorentin Labbe
2018-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2018-12-07crypto: user - Disable statistics interfaceHerbert Xu
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-11-29crypto: do not free algorithm before usingPan Bian
2018-11-27crypto/pcrypt: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney