Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg_qi.c2756 u32 alg_sel = alg->class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init() local
2760 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_qi_algapi_init()
2761 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_qi_algapi_init()
2765 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_qi_algapi_init()
Dcaamalg.c3463 u32 alg_sel = alg->class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init() local
3467 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_algapi_init()
3468 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_algapi_init()
3472 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_algapi_init()