Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-crypt.c189 } cipher_tfm; member
285 return cc->cipher_tfm.tfms[0]; in any_tfm()
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()
2330 if (!cc->cipher_tfm.tfms) in crypt_free_tfms_skcipher()
2334 if (cc->cipher_tfm.tfms[i] && !IS_ERR(cc->cipher_tfm.tfms[i])) { in crypt_free_tfms_skcipher()
2339 kfree(cc->cipher_tfm.tfms); in crypt_free_tfms_skcipher()
2340 cc->cipher_tfm.tfms = NULL; in crypt_free_tfms_skcipher()
2359 if (!cc->cipher_tfm.tfms) in crypt_alloc_tfms_skcipher()
[all …]