Home
last modified time | relevance | path

Searched refs:OP_ALG_ALGSEL_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c136 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()
Ddesc.h1119 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT) macro