summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | crypto: user - Fix invalid stat reportingCorentin Labbe2018-12-071-3/+3
| * | crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-073-4/+250
| * | crypto: user - split user space crypto stat structuresCorentin Labbe2018-12-071-10/+10
| * | crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-072-66/+58
| * | crypto: user - CRYPTO_STATS should depend on CRYPTO_USERCorentin Labbe2018-12-071-0/+1
| * | crypto: user - made crypto_user_stat optionalCorentin Labbe2018-12-072-1/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-12-073-6/+12
| |\ \
| * | | crypto: adiantum - add Adiantum supportEric Biggers2018-11-206-0/+1167
| * | | crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers2018-11-205-4/+1502
| * | | crypto: poly1305 - add Poly1305 core APIEric Biggers2018-11-201-75/+99
| * | | crypto: poly1305 - use structures for key and accumulatorEric Biggers2018-11-201-26/+26
| * | | crypto: chacha - add XChaCha12 supportEric Biggers2018-11-204-3/+615
OpenPOWER on IntegriCloud