Lines Matching defs:is_rfc3686
188 const bool is_rfc3686 = alg->caam.rfc3686;
205 if (is_rfc3686) {
229 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0),
242 ivsize, ctx->authsize, is_rfc3686,
247 ivsize, ctx->authsize, is_rfc3686, nonce,
257 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0),
269 is_rfc3686, nonce, ctx1_iv_off, true,
954 const bool is_rfc3686 = alg->caam.rfc3686;
966 cnstr_shdsc_skcipher_encap(desc, &ctx->cdata, ivsize, is_rfc3686,
976 cnstr_shdsc_skcipher_decap(desc, &ctx->cdata, ivsize, is_rfc3686,