summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-01-09crypto: cmac - use crypto_grab_cipher() and simplify error pathsEric Biggers
2020-01-09crypto: cbcmac - use crypto_grab_cipher() and simplify error pathsEric Biggers
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers
2020-01-09crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error pathsEric Biggers
2020-01-09crypto: ccm - use crypto_grab_ahash() and simplify error pathsEric Biggers
2020-01-09crypto: gcm - use crypto_grab_ahash() and simplify error pathsEric Biggers
2020-01-09crypto: authencesn - use crypto_grab_ahash() and simplify error pathsEric Biggers
2020-01-09crypto: authenc - use crypto_grab_ahash() and simplify error pathsEric Biggers
2020-01-09crypto: hmac - use crypto_grab_shash() and simplify error pathsEric Biggers
2020-01-09crypto: cryptd - use crypto_grab_shash() and simplify error pathsEric Biggers
2020-01-09crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error pathsEric Biggers
2020-01-09crypto: ahash - introduce crypto_grab_ahash()Eric Biggers
2020-01-09crypto: shash - introduce crypto_grab_shash()Eric Biggers
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers
2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers
2020-01-09crypto: aead - pass instance to crypto_grab_aead()Eric Biggers
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers
2020-01-09crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() nameEric Biggers
2020-01-09crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawnsEric Biggers
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu
2019-12-27crypto: api - Retain alg refcount in crypto_grab_spawnHerbert Xu
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers
2019-12-20crypto: api - fix unexpectedly getting generic implementationHerbert Xu
2019-12-18Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds
2019-12-12KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() failsEric Biggers
2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu
2019-12-11crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu
2019-12-11crypto: api - Add more comments to crypto_remove_spawnsHerbert Xu
2019-12-11crypto: api - Do not zap spawn->algHerbert Xu
2019-12-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu
2019-12-11crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu
2019-12-11crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu
2019-12-11padata: remove cpumask change notifierDaniel Jordan
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers
2019-12-11crypto: testmgr - generate inauthentic AEAD test vectorsEric Biggers
2019-12-11crypto: testmgr - create struct aead_extra_tests_ctxEric Biggers
2019-12-11crypto: testmgr - test setting misaligned keysEric Biggers
2019-12-11crypto: testmgr - check skcipher min_keysizeEric Biggers
2019-12-11crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher_extsize()Eric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::encryptEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers