aboutsummaryrefslogtreecommitdiff
path: root/crypto/essiv.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13crypto: essiv - Handle lskcipher spawnsGravatar Herbert Xu 1-10/+10
2023-02-13crypto: api - Use data directly in completion functionGravatar Herbert Xu 1-4/+4
2023-01-20crypto: essiv - Handle EBUSY correctlyGravatar Herbert Xu 1-1/+6
2022-08-26crypto: core - move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-0/+2
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 1-3/+8
2020-05-08crypto: essiv - use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-3/+1
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-32/+12
2020-01-09crypto: aead - pass instance to crypto_grab_aead()Gravatar Eric Biggers 1-2/+1
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Gravatar Eric Biggers 1-8/+5
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 1-18/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsGravatar Eric Biggers 1-1/+1
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-11-22crypto: essiv - remove redundant null pointer check before kfreeGravatar Chen Wandun 1-2/+1
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeGravatar Eric Biggers 1-3/+3
2019-09-03crypto: essiv - create wrapper template for ESSIV generationGravatar Ard Biesheuvel 1-0/+663