Searched refs:tfms_aead (Results 1 – 1 of 1) sorted by relevance
184 struct crypto_aead **tfms_aead; member259 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()2321 crypto_free_aead(cc->cipher_tfm.tfms_aead[0]); in crypt_free_tfms_aead()2322 cc->cipher_tfm.tfms_aead[0] = NULL; in crypt_free_tfms_aead()2325 kfree(cc->cipher_tfm.tfms_aead); in crypt_free_tfms_aead()2326 cc->cipher_tfm.tfms_aead = NULL; in crypt_free_tfms_aead()2395 if (IS_ERR(cc->cipher_tfm.tfms_aead[0])) { in crypt_alloc_tfms_aead()2396 err = PTR_ERR(cc->cipher_tfm.tfms_aead[0]); in crypt_alloc_tfms_aead()[all …]