summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: shash - remove pointless checks of shash_alg::{export,import}Eric Biggers2019-01-181-4/+2
| * crypto: shash - require neither or both ->export() and ->import()Eric Biggers2019-01-181-0/+3
| * crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-01-181-1/+3
| * crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-01-181-9/+18
| * crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-01-182-14/+32
| * crypto: algapi - reject NULL crypto_spawn::instEric Biggers2019-01-111-0/+3
| * crypto: algapi - remove crypto_alloc_instance()Eric Biggers2019-01-111-31/+2
| * crypto: null - convert ecb-cipher_null to skcipher APIEric Biggers2019-01-111-25/+32
| * crypto: arc4 - convert to skcipher APIEric Biggers2019-01-111-38/+44
| * crypto: pcbc - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-114/+11
| * crypto: pcbc - remove ability to wrap internal ciphersEric Biggers2019-01-111-7/+3
| * crypto: ofb - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-112/+7
| * crypto: keywrap - convert to skcipher APIEric Biggers2019-01-111-133/+65
| * crypto: ecb - convert to skcipher APIEric Biggers2019-01-111-115/+36
| * crypto: ctr - convert to skcipher APIEric Biggers2019-01-111-119/+41
| * crypto: cfb - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-118/+9
| * crypto: cbc - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-118/+13
| * crypto: skcipher - add helper for simple block cipher modesEric Biggers2019-01-111-0/+131
| * crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-01-111-10/+4
| * crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers2019-01-112-56/+63
| * crypto: cfb - remove bogus memcpy() with src == destEric Biggers2019-01-111-4/+4
| * crypto: cfb - add missing 'chunksize' propertyEric Biggers2019-01-112-0/+31
| * crypto: Kconfig - Fix typo in "pclmul"haco2019-01-111-2/+2
* | 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