Searched refs:alg_sel (Results 1 – 5 of 5) sorted by relevance
2652 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init() local2656 ((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()
3571 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init() local3575 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_algapi_init()3576 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_algapi_init()3580 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_algapi_init()
5240 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe() local5244 (alg_sel == OP_ALG_ALGSEL_3DES || in dpaa2_caam_probe()5245 alg_sel == OP_ALG_ALGSEL_DES)) in dpaa2_caam_probe()5250 alg_sel == OP_ALG_ALGSEL_AES) in dpaa2_caam_probe()5254 if (alg_sel == OP_ALG_ALGSEL_CHACHA20 && in dpaa2_caam_probe()
4896 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()4902 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()4908 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()4914 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()4924 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()4956 hr_reg_write(&context->ext, QPCEX_CONG_ALG_SEL, cong_field.alg_sel); in fill_cong_field()
1266 u8 alg_sel; member