aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/essiv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-0/+2
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers1-3/+8
2020-05-08crypto: essiv - use crypto_shash_tfm_digest()Eric Biggers1-3/+1
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-32/+12
2020-01-09crypto: aead - pass instance to crypto_grab_aead()Eric Biggers1-2/+1
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers1-8/+5
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-18/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-3/+1
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-22crypto: essiv - remove redundant null pointer check before kfreeChen Wandun1-2/+1
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers1-3/+3
2019-09-03crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel1-0/+663