Lines Matching defs:is_rfc3686
183 const bool is_rfc3686 = alg->caam.rfc3686;
200 if (is_rfc3686) {
224 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0),
237 ivsize, ctx->authsize, is_rfc3686,
242 ivsize, ctx->authsize, is_rfc3686, nonce,
252 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0),
264 is_rfc3686, nonce, ctx1_iv_off, true,
949 const bool is_rfc3686 = alg->caam.rfc3686;
961 cnstr_shdsc_skcipher_encap(desc, &ctx->cdata, ivsize, is_rfc3686,
971 cnstr_shdsc_skcipher_decap(desc, &ctx->cdata, ivsize, is_rfc3686,