Searched refs:essiv_cipher (Results 1 – 1 of 1) sorted by relevance
55 struct crypto_cipher *essiv_cipher; member86 crypto_cipher_set_flags(tctx->essiv_cipher, in essiv_skcipher_setkey()89 return crypto_cipher_setkey(tctx->essiv_cipher, salt, in essiv_skcipher_setkey()122 return crypto_cipher_setkey(tctx->essiv_cipher, salt, in essiv_aead_setkey()273 struct crypto_cipher *essiv_cipher; in essiv_init_tfm() local278 if (IS_ERR(essiv_cipher)) in essiv_init_tfm()279 return PTR_ERR(essiv_cipher); in essiv_init_tfm()287 tctx->essiv_cipher = essiv_cipher; in essiv_init_tfm()293 crypto_free_cipher(essiv_cipher); in essiv_init_tfm()360 crypto_free_cipher(tctx->essiv_cipher); in essiv_skcipher_exit_tfm()[all …]
Completed in 5 milliseconds