Home
last modified time | relevance | path

Searched refs:tfms_aead (Results 1 – 1 of 1) sorted by relevance

/drivers/md/
Ddm-crypt.c177 struct crypto_aead **tfms_aead; member
252 return cc->cipher_tfm.tfms_aead[0]; in any_tfm_aead()
1492 aead_request_set_tfm(ctx->r.req_aead, cc->cipher_tfm.tfms_aead[0]); in crypt_alloc_req_aead()
2255 if (!cc->cipher_tfm.tfms_aead) in crypt_free_tfms_aead()
2258 if (cc->cipher_tfm.tfms_aead[0] && !IS_ERR(cc->cipher_tfm.tfms_aead[0])) { in crypt_free_tfms_aead()
2259 crypto_free_aead(cc->cipher_tfm.tfms_aead[0]); in crypt_free_tfms_aead()
2260 cc->cipher_tfm.tfms_aead[0] = NULL; in crypt_free_tfms_aead()
2263 kfree(cc->cipher_tfm.tfms_aead); in crypt_free_tfms_aead()
2264 cc->cipher_tfm.tfms_aead = NULL; in crypt_free_tfms_aead()
2331 cc->cipher_tfm.tfms_aead[0] = crypto_alloc_aead(ciphermode, 0, in crypt_alloc_tfms_aead()
[all …]