Searched refs:OP_ALG_AAI_MASK (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/crypto/caam/
H A Dcaamalg.c203 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) ==
1207 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) ==
3626 u32 alg_aai = caam_alg->caam.class1_alg_type & OP_ALG_AAI_MASK;
3809 (t_alg->caam.class1_alg_type & OP_ALG_AAI_MASK) ==
3832 u32 alg_aai = t_alg->caam.class1_alg_type & OP_ALG_AAI_MASK;
H A Dcaamalg_qi.c95 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) ==
2511 u32 alg_aai = caam_alg->caam.class1_alg_type & OP_ALG_AAI_MASK;
2699 u32 alg_aai = t_alg->caam.class1_alg_type & OP_ALG_AAI_MASK;
H A Dcaamalg_qi2.c186 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) ==
1610 u32 alg_aai = caam_alg->caam.class1_alg_type & OP_ALG_AAI_MASK;
H A Dcaamhash.c140 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) ==
H A Dcaamhash_desc.h20 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) ==
H A Ddesc.h1175 #define OP_ALG_AAI_MASK (0x1ff << OP_ALG_AAI_SHIFT) macro

Completed in 275 milliseconds