Searched refs:OP_ALG_AAI_MASK (Results 1 – 2 of 2) sorted by relevance
477 const bool ctr_mode = ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == in aead_set_sh_desc()1520 const bool ctr_mode = ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == in ablkcipher_setkey()2193 const bool ctr_mode = ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == in init_authenc_job()4608 if ((alg->class1_alg_type & OP_ALG_AAI_MASK) == in caam_algapi_init()4637 u32 alg_aai = t_alg->caam.class1_alg_type & OP_ALG_AAI_MASK; in caam_algapi_init()
1134 #define OP_ALG_AAI_MASK (0x1ff << OP_ALG_AAI_SHIFT) macro