essiv_cipher       54 crypto/essiv.c 	struct crypto_cipher		*essiv_cipher;
essiv_cipher       89 crypto/essiv.c 	crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK);
essiv_cipher       90 crypto/essiv.c 	crypto_cipher_set_flags(tctx->essiv_cipher,
essiv_cipher       93 crypto/essiv.c 	err = crypto_cipher_setkey(tctx->essiv_cipher, salt,
essiv_cipher       96 crypto/essiv.c 				  crypto_cipher_get_flags(tctx->essiv_cipher) &
essiv_cipher      132 crypto/essiv.c 	crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK);
essiv_cipher      133 crypto/essiv.c 	crypto_cipher_set_flags(tctx->essiv_cipher, crypto_aead_get_flags(tfm) &
essiv_cipher      135 crypto/essiv.c 	err = crypto_cipher_setkey(tctx->essiv_cipher, salt,
essiv_cipher      137 crypto/essiv.c 	crypto_aead_set_flags(tfm, crypto_cipher_get_flags(tctx->essiv_cipher) &
essiv_cipher      164 crypto/essiv.c 	crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv);
essiv_cipher      205 crypto/essiv.c 	crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv);
essiv_cipher      286 crypto/essiv.c 	struct crypto_cipher *essiv_cipher;
essiv_cipher      290 crypto/essiv.c 	essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0);
essiv_cipher      291 crypto/essiv.c 	if (IS_ERR(essiv_cipher))
essiv_cipher      292 crypto/essiv.c 		return PTR_ERR(essiv_cipher);
essiv_cipher      300 crypto/essiv.c 	tctx->essiv_cipher = essiv_cipher;
essiv_cipher      306 crypto/essiv.c 	crypto_free_cipher(essiv_cipher);
essiv_cipher      373 crypto/essiv.c 	crypto_free_cipher(tctx->essiv_cipher);
essiv_cipher      382 crypto/essiv.c 	crypto_free_cipher(tctx->essiv_cipher);