Lines Matching refs:is_rfc3686
196 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc() local
217 if (is_rfc3686) { in aead_set_sh_desc()
246 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0), in aead_set_sh_desc()
257 ctx->authsize, is_rfc3686, nonce, ctx1_iv_off, in aead_set_sh_desc()
268 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0), in aead_set_sh_desc()
279 ctx->authsize, alg->caam.geniv, is_rfc3686, in aead_set_sh_desc()
292 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0), in aead_set_sh_desc()
303 ctx->authsize, is_rfc3686, nonce, in aead_set_sh_desc()
739 const bool is_rfc3686 = alg->caam.rfc3686; in skcipher_setkey() local
750 cnstr_shdsc_skcipher_encap(desc, &ctx->cdata, ivsize, is_rfc3686, in skcipher_setkey()
757 cnstr_shdsc_skcipher_decap(desc, &ctx->cdata, ivsize, is_rfc3686, in skcipher_setkey()
1192 const bool is_rfc3686 = alg->caam.rfc3686; in init_authenc_job() local
1208 if (is_rfc3686) in init_authenc_job()
1222 if (ivsize && ((is_rfc3686 && encrypt) || !alg->caam.geniv)) in init_authenc_job()