Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-crypt.c185 } cipher_tfm; member
254 return cc->cipher_tfm.tfms[0]; in any_tfm()
259 return cc->cipher_tfm.tfms_aead[0]; in any_tfm_aead()
2317 if (!cc->cipher_tfm.tfms_aead) in crypt_free_tfms_aead()
2320 if (cc->cipher_tfm.tfms_aead[0] && !IS_ERR(cc->cipher_tfm.tfms_aead[0])) { in crypt_free_tfms_aead()
2333 if (!cc->cipher_tfm.tfms) in crypt_free_tfms_skcipher()
2337 if (cc->cipher_tfm.tfms[i] && !IS_ERR(cc->cipher_tfm.tfms[i])) { in crypt_free_tfms_skcipher()
2342 kfree(cc->cipher_tfm.tfms); in crypt_free_tfms_skcipher()
2343 cc->cipher_tfm.tfms = NULL; in crypt_free_tfms_skcipher()
2362 if (!cc->cipher_tfm.tfms) in crypt_alloc_tfms_skcipher()
[all …]