Searched refs:OP_ALG_ALGSEL_MASK (Results 1 – 2 of 2) sorted by relevance
136 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) { in append_dec_op1()4533 u32 alg_sel = alg->class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init()4567 OP_ALG_ALGSEL_MASK; in caam_algapi_init()4569 OP_ALG_ALGSEL_MASK; in caam_algapi_init()
1119 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT) macro