Searched refs:alg_sel (Results 1 – 5 of 5) sorted by relevance
2668 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init() local2672 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_qi_algapi_init()2673 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_qi_algapi_init()2677 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_qi_algapi_init()
3792 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init() local3796 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_algapi_init()3797 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_algapi_init()3801 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_algapi_init()
5251 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe() local5255 (alg_sel == OP_ALG_ALGSEL_3DES || in dpaa2_caam_probe()5256 alg_sel == OP_ALG_ALGSEL_DES)) in dpaa2_caam_probe()5261 alg_sel == OP_ALG_ALGSEL_AES) in dpaa2_caam_probe()5265 if (alg_sel == OP_ALG_ALGSEL_CHACHA20 && in dpaa2_caam_probe()
4754 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()4760 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()4766 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()4772 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()4782 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()4815 hr_reg_write(&context->ext, QPCEX_CONG_ALG_SEL, cong_field.alg_sel); in fill_cong_field()
1231 u8 alg_sel; member