Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/caam/
Dcaamalg_qi.c2668 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init() local
2672 ((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()
Dcaamalg.c3792 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init() local
3796 ((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()
Dcaamalg_qi2.c5283 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe() local
5287 (alg_sel == OP_ALG_ALGSEL_3DES || in dpaa2_caam_probe()
5288 alg_sel == OP_ALG_ALGSEL_DES)) in dpaa2_caam_probe()
5293 alg_sel == OP_ALG_ALGSEL_AES) in dpaa2_caam_probe()
5297 if (alg_sel == OP_ALG_ALGSEL_CHACHA20 && in dpaa2_caam_probe()
/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c4780 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()
4786 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()
4792 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()
4798 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()
4805 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()
4838 hr_reg_write(&context->ext, QPCEX_CONG_ALG_SEL, cong_field.alg_sel); in fill_cong_field()
Dhns_roce_hw_v2.h1257 u8 alg_sel; member