Searched refs:OP_ALG_AAI_MASK (Results 1 – 2 of 2) sorted by relevance
440 const bool ctr_mode = ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == in aead_set_sh_desc()1470 const bool ctr_mode = ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == in ablkcipher_setkey()2127 const bool ctr_mode = ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == in init_authenc_job()4570 u32 alg_aai = t_alg->caam.class1_alg_type & OP_ALG_AAI_MASK; in caam_algapi_init()
1139 #define OP_ALG_AAI_MASK (0x1ff << OP_ALG_AAI_SHIFT) macro