Searched refs:alg_sel (Results 1 – 3 of 3) sorted by relevance
2594 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init() local2598 ((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()
3589 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init() local3593 ((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()
5189 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe() local5193 (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()