summaryrefslogtreecommitdiff
path: root/crypto/essiv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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