Searched refs:cipher_tfm (Results 1 – 1 of 1) sorted by relevance
189 } cipher_tfm;285 return cc->cipher_tfm.tfms[0]; in any_tfm() 290 return cc->cipher_tfm.tfms_aead[0]; in any_tfm_aead() 1517 skcipher_request_set_tfm(ctx->r.req, cc->cipher_tfm.tfms[key_index]); in crypt_alloc_req_skcipher() 1539 aead_request_set_tfm(ctx->r.req_aead, cc->cipher_tfm.tfms_aead[0]); in crypt_alloc_req_aead() 2335 if (!cc->cipher_tfm.tfms_aead) in kcryptd_queue_crypt() 2338 if (cc->cipher_tfm.tfms_aead[0] && !IS_ERR(cc->cipher_tfm.tfms_aead[0])) { in kcryptd_queue_crypt() 2339 crypto_free_aead(cc->cipher_tfm.tfms_aead[0]); in kcryptd_queue_crypt() 2340 cc->cipher_tfm in kcryptd_queue_crypt() 188 } cipher_tfm; global() member [all...]