summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-05-02crypto: lrw - Fix atomic sleep when walking skcipherHerbert Xu1-1/+5
2019-05-02crypto: xts - Fix atomic sleep when walking skcipherHerbert Xu1-1/+5
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers1-1/+43
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers1-4/+10
2019-03-23crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers1-9/+18
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2019-03-23crypto: morus - fix handling chunked inputsEric Biggers2-12/+14
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2-14/+32
2019-03-23crypto: aegis - fix handling chunked inputsEric Biggers3-21/+21
2019-03-23crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers1-1/+3
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-03-23crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers2-56/+63
2019-03-23crypto: cfb - remove bogus memcpy() with src == destEric Biggers1-4/+4
2019-03-23crypto: cfb - add missing 'chunksize' propertyEric Biggers2-0/+31
2019-02-18net: crypto set sk to NULL when af_alg_release.Mao Wenan1-1/+3
2019-01-10crypto: sm3 - fix undefined shift by >= width of valueEric Biggers1-1/+1
2019-01-10crypto: adiantum - initialize crypto_spawn::instEric Biggers1-0/+4
2019-01-10crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain1-1/+1
2019-01-10crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2018-12-30Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2018-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds37-786/+6297
2018-12-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers5-87/+7
2018-12-23crypto: salsa20-generic - don't unnecessarily use atomic walkEric Biggers1-1/+1
2018-12-23crypto: skcipher - add might_sleep() to skcipher_walk_virt()Eric Biggers1-0/+2
2018-12-23crypto: user - remove unused dump functionsCorentin Labbe2-36/+1
2018-12-21treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-2/+2
2018-12-13crypto: adiantum - fix leaking reference to hash algorithmEric Biggers1-4/+5
2018-12-13crypto: user - support incremental algorithm dumpsEric Biggers1-17/+20
2018-12-13crypto: adiantum - adjust some comments to match latest paperEric Biggers2-20/+23
2018-12-13crypto: xchacha20 - fix comments for test vectorsEric Biggers1-8/+6
2018-12-13crypto: xchacha - add test vector from XChaCha20 draft RFCEric Biggers1-2/+176
2018-12-13crypto: x86/chacha - add XChaCha12 supportEric Biggers1-2/+2
2018-12-13crypto: x86/chacha20 - add XChaCha20 supportEric Biggers1-9/+3
2018-12-13crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers1-0/+8
2018-12-13crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers1-0/+8
2018-12-13crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers1-0/+2
2018-12-13crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel1-1/+1
2018-12-07crypto: user - Add crypto_stats_initCorentin Labbe1-3/+7
2018-12-07crypto: user - rename err_cnt parameterCorentin Labbe2-28/+28
2018-12-07crypto: user - Split stats in multiple structuresCorentin Labbe2-98/+92
2018-12-07crypto: user - remove intermediate variableCorentin Labbe1-91/+41
2018-12-07crypto: user - Fix invalid stat reportingCorentin Labbe1-3/+3
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe3-4/+250
2018-12-07crypto: user - split user space crypto stat structuresCorentin Labbe1-10/+10
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe2-66/+58
2018-12-07crypto: user - CRYPTO_STATS should depend on CRYPTO_USERCorentin Labbe1-0/+1
2018-12-07crypto: user - made crypto_user_stat optionalCorentin Labbe2-1/+4
2018-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-6/+12
2018-12-07crypto: user - Disable statistics interfaceHerbert Xu1-1/+1