Searched refs:essiv_cipher (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dessiv.c55 struct crypto_cipher *essiv_cipher; member in struct:essiv_tfm_ctx
85 crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK);
86 crypto_cipher_set_flags(tctx->essiv_cipher,
89 return crypto_cipher_setkey(tctx->essiv_cipher, salt,
119 crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK);
120 crypto_cipher_set_flags(tctx->essiv_cipher, crypto_aead_get_flags(tfm) &
122 return crypto_cipher_setkey(tctx->essiv_cipher, salt,
147 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv);
192 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv);
273 struct crypto_cipher *essiv_cipher; local
[all...]

Completed in 117 milliseconds