summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers2019-05-311-0/+2
* crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers2019-05-221-26/+18
* crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers2019-05-221-23/+11
* crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-05-221-7/+4
* crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers2019-05-221-2/+7
* crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-05-221-2/+2
* crypto: chacha-generic - fix use as arm64 no-NEON fallbackEric Biggers2019-05-221-1/+1
* crypto: lrw - don't access already-freed walk.ivEric Biggers2019-05-221-1/+3
* crypto: salsa20 - don't access already-freed walk.ivEric Biggers2019-05-221-1/+1
* crypto: lrw - Fix atomic sleep when walking skcipherHerbert Xu2019-05-021-1/+5
* crypto: xts - Fix atomic sleep when walking skcipherHerbert Xu2019-05-021-1/+5
* crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-271-1/+43
* crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers2019-03-231-4/+10
* crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-03-231-9/+18
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-03-231-10/+4
* crypto: morus - fix handling chunked inputsEric Biggers2019-03-232-12/+14
* crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-03-232-14/+32
* crypto: aegis - fix handling chunked inputsEric Biggers2019-03-233-21/+21
* crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-03-231-1/+3
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-03-231-7/+7
* crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers2019-03-232-56/+63
* crypto: cfb - remove bogus memcpy() with src == destEric Biggers2019-03-231-4/+4
* crypto: cfb - add missing 'chunksize' propertyEric Biggers2019-03-232-0/+31
* net: crypto set sk to NULL when af_alg_release.Mao Wenan2019-02-181-1/+3
* crypto: sm3 - fix undefined shift by >= width of valueEric Biggers2019-01-101-1/+1
* crypto: adiantum - initialize crypto_spawn::instEric Biggers2019-01-101-0/+4
* crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain2019-01-101-1/+1
* crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-101-3/+11
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-2/+2
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-2/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-2737-786/+6297
|\ \
| * | crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-235-87/+7
| * | crypto: salsa20-generic - don't unnecessarily use atomic walkEric Biggers2018-12-231-1/+1
| * | crypto: skcipher - add might_sleep() to skcipher_walk_virt()Eric Biggers2018-12-231-0/+2
| * | crypto: user - remove unused dump functionsCorentin Labbe2018-12-232-36/+1
| * | crypto: adiantum - fix leaking reference to hash algorithmEric Biggers2018-12-131-4/+5
| * | crypto: user - support incremental algorithm dumpsEric Biggers2018-12-131-17/+20
| * | crypto: adiantum - adjust some comments to match latest paperEric Biggers2018-12-132-20/+23
| * | crypto: xchacha20 - fix comments for test vectorsEric Biggers2018-12-131-8/+6
| * | crypto: xchacha - add test vector from XChaCha20 draft RFCEric Biggers2018-12-131-2/+176
| * | crypto: x86/chacha - add XChaCha12 supportEric Biggers2018-12-131-2/+2
| * | crypto: x86/chacha20 - add XChaCha20 supportEric Biggers2018-12-131-9/+3
| * | crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers2018-12-131-0/+8
| * | crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers2018-12-131-0/+8
| * | crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers2018-12-131-0/+2
| * | crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel2018-12-131-1/+1
| * | crypto: user - Add crypto_stats_initCorentin Labbe2018-12-071-3/+7
| * | crypto: user - rename err_cnt parameterCorentin Labbe2018-12-072-28/+28
| * | crypto: user - Split stats in multiple structuresCorentin Labbe2018-12-072-98/+92
| * | crypto: user - remove intermediate variableCorentin Labbe2018-12-071-91/+41