Searched refs:cipher_tfm (Results 1 – 1 of 1) sorted by relevance
185 } cipher_tfm; member254 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 …]