summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu2019-12-111-0/+26
* crypto: api - Add more comments to crypto_remove_spawnsHerbert Xu2019-12-111-0/+25
* crypto: api - Do not zap spawn->algHerbert Xu2019-12-111-10/+12
* crypto: api - Fix race condition in crypto_spawn_algHerbert Xu2019-12-113-14/+6
* crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu2019-12-111-4/+2
* crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu2019-12-111-2/+4
* padata: remove cpumask change notifierDaniel Jordan2019-12-111-1/+0
* crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers2019-12-113-72/+37
* crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers2019-12-113-21/+13
* crypto: testmgr - generate inauthentic AEAD test vectorsEric Biggers2019-12-112-73/+261
* crypto: testmgr - create struct aead_extra_tests_ctxEric Biggers2019-12-111-71/+99
* crypto: testmgr - test setting misaligned keysEric Biggers2019-12-111-4/+69
* crypto: testmgr - check skcipher min_keysizeEric Biggers2019-12-111-0/+9
* crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers2019-12-111-4/+16
* crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers2019-12-113-5/+4
* crypto: skcipher - remove crypto_skcipher_extsize()Eric Biggers2019-12-111-6/+1
* crypto: skcipher - remove crypto_skcipher::decryptEric Biggers2019-12-111-3/+1
* crypto: skcipher - remove crypto_skcipher::encryptEric Biggers2019-12-111-2/+1
* crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers2019-12-111-2/+2
* crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers2019-12-112-6/+7
* crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers2019-12-111-1/+0
* crypto: api - remove another reference to blkcipherEric Biggers2019-12-111-1/+1
* crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu2019-12-111-1/+0
* crypto: x86 - Regularize glue function prototypesKees Cook2019-12-112-10/+14
* crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu2019-12-111-3/+33
* crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu2019-12-111-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2534-1855/+3302
|\
| * crypto: chacha_generic - remove unnecessary setkey() functionsEric Biggers2019-11-221-15/+3
| * crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers2019-11-221-1/+1
| * crypto: essiv - remove redundant null pointer check before kfreeChen Wandun2019-11-221-2/+1
| * crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba2019-11-221-18/+18
| * crypto: blake2b - merge _update to api callbackDavid Sterba2019-11-221-36/+30
| * crypto: blake2b - open code set last block helperDavid Sterba2019-11-221-6/+2
| * crypto: blake2b - delete unused structs or membersDavid Sterba2019-11-221-30/+0
| * crypto: blake2b - simplify key initDavid Sterba2019-11-221-8/+6
| * crypto: blake2b - merge blake2 init to api callbackDavid Sterba2019-11-221-84/+19
| * crypto: blake2b - merge _final implementation to callbackDavid Sterba2019-11-221-25/+17
| * crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-175-571/+1
| * crypto: tcrypt - constify check alg listCorentin Labbe2019-11-171-2/+2
| * crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld2019-11-171-0/+6
| * crypto: curve25519 - implement generic KPP driverArd Biesheuvel2019-11-173-0/+96
| * crypto: curve25519 - add kpp selftestArd Biesheuvel2019-11-172-0/+1231
| * crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld2019-11-171-0/+6
| * crypto: blake2s - implement generic shash driverArd Biesheuvel2019-11-173-0/+190
| * crypto: testmgr - add test cases for Blake2sArd Biesheuvel2019-11-172-39/+280
| * int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-171-1/+1
| * crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel2019-11-171-0/+5
| * crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel2019-11-171-0/+1
| * crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel2019-11-172-8/+5
| * crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel2019-11-171-21/+1