Home
last modified time | relevance | path

Searched refs:rfc3686 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg.c89 bool rfc3686; member
182 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc()
1068 const bool is_rfc3686 = alg->caam.rfc3686; in init_authenc_job()
2967 .rfc3686 = true,
2991 .rfc3686 = true,
3016 .rfc3686 = true,
3040 .rfc3686 = true,
3065 .rfc3686 = true,
3089 .rfc3686 = true,
3114 .rfc3686 = true,
[all …]
Dcaamalg_qi.c36 bool rfc3686; member
77 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc()
981 if ((alg->caam.rfc3686 && encrypt) || !alg->caam.geniv) in aead_edesc_alloc()