Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi.c2594 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init() local
2598 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_qi_algapi_init()
2599 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_qi_algapi_init()
2603 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_qi_algapi_init()
Dcaamalg.c3589 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init() local
3593 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_algapi_init()
3594 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_algapi_init()
3598 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_algapi_init()
3602 if (!arc4_inst && alg_sel == OP_ALG_ALGSEL_ARC4) in caam_algapi_init()
Dcaamalg_qi2.c5189 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe() local
5193 (alg_sel == OP_ALG_ALGSEL_3DES || in dpaa2_caam_probe()
5194 alg_sel == OP_ALG_ALGSEL_DES)) in dpaa2_caam_probe()
5199 alg_sel == OP_ALG_ALGSEL_AES) in dpaa2_caam_probe()
5203 if (alg_sel == OP_ALG_ALGSEL_CHACHA20 && in dpaa2_caam_probe()