Lines Matching refs:is_rfc3686
205 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc() local
226 if (is_rfc3686) { in aead_set_sh_desc()
255 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0), in aead_set_sh_desc()
266 ctx->authsize, is_rfc3686, nonce, ctx1_iv_off, in aead_set_sh_desc()
277 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0), in aead_set_sh_desc()
288 ctx->authsize, alg->caam.geniv, is_rfc3686, in aead_set_sh_desc()
301 (is_rfc3686 ? DESC_AEAD_CTR_RFC3686_LEN : 0), in aead_set_sh_desc()
312 ctx->authsize, is_rfc3686, nonce, in aead_set_sh_desc()
749 const bool is_rfc3686 = alg->caam.rfc3686; in skcipher_setkey() local
760 cnstr_shdsc_skcipher_encap(desc, &ctx->cdata, ivsize, is_rfc3686, in skcipher_setkey()
767 cnstr_shdsc_skcipher_decap(desc, &ctx->cdata, ivsize, is_rfc3686, in skcipher_setkey()
1209 const bool is_rfc3686 = alg->caam.rfc3686; in init_authenc_job() local
1225 if (is_rfc3686) in init_authenc_job()
1239 if (ivsize && ((is_rfc3686 && encrypt) || !alg->caam.geniv)) in init_authenc_job()