summaryrefslogtreecommitdiff
path: root/crypto/essiv.c
AgeCommit message (Expand)Author
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
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: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-22crypto: essiv - remove redundant null pointer check before kfreeChen Wandun
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers
2019-09-03crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel