aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/essiv.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algapi - use common mechanism for inheriting flagsEric Biggers2020-07-161-3/+8
* crypto: essiv - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-3/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-281-32/+12
|\
| * crypto: aead - pass instance to crypto_grab_aead()Eric Biggers2020-01-091-2/+1
| * crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers2020-01-091-8/+5
| * crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-18/+4
| * crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
| * crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers2019-12-111-1/+1
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* crypto: essiv - remove redundant null pointer check before kfreeChen Wandun2019-11-221-2/+1
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-3/+3
* crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel2019-09-031-0/+663