Home
last modified time | relevance | path

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

/drivers/crypto/caam/
Dcaamalg_qi.c2652 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init() local
2656 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_qi_algapi_init()
2657 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_qi_algapi_init()
2661 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_qi_algapi_init()
Dcaamalg.c3565 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init() local
3569 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_algapi_init()
3570 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_algapi_init()
3574 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_algapi_init()
Dcaamalg_qi2.c5236 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe() local
5240 (alg_sel == OP_ALG_ALGSEL_3DES || in dpaa2_caam_probe()
5241 alg_sel == OP_ALG_ALGSEL_DES)) in dpaa2_caam_probe()
5246 alg_sel == OP_ALG_ALGSEL_AES) in dpaa2_caam_probe()
5250 if (alg_sel == OP_ALG_ALGSEL_CHACHA20 && in dpaa2_caam_probe()