Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-crypt.c188 struct crypto_aead **tfms_aead; member
290 return cc->cipher_tfm.tfms_aead[0]; in any_tfm_aead()
2314 if (!cc->cipher_tfm.tfms_aead) in crypt_free_tfms_aead()
2317 if (cc->cipher_tfm.tfms_aead[0] && !IS_ERR(cc->cipher_tfm.tfms_aead[0])) { in crypt_free_tfms_aead()
2318 crypto_free_aead(cc->cipher_tfm.tfms_aead[0]); in crypt_free_tfms_aead()
2319 cc->cipher_tfm.tfms_aead[0] = NULL; in crypt_free_tfms_aead()
2322 kfree(cc->cipher_tfm.tfms_aead); in crypt_free_tfms_aead()
2323 cc->cipher_tfm.tfms_aead = NULL; in crypt_free_tfms_aead()
2392 if (IS_ERR(cc->cipher_tfm.tfms_aead[0])) { in crypt_alloc_tfms_aead()
2393 err = PTR_ERR(cc->cipher_tfm.tfms_aead[0]); in crypt_alloc_tfms_aead()
[all …]