Home
last modified time | relevance | path

Searched refs:OP_ALG_AAI_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg.c180 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in aead_set_sh_desc()
661 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in ablkcipher_setkey()
1066 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in init_authenc_job()
3480 if ((alg->class1_alg_type & OP_ALG_AAI_MASK) == in caam_algapi_init()
3509 u32 alg_aai = t_alg->caam.class1_alg_type & OP_ALG_AAI_MASK; in caam_algapi_init()
Dcaamalg_qi.c75 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in aead_set_sh_desc()
601 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in ablkcipher_setkey()
2794 u32 alg_aai = t_alg->caam.class1_alg_type & OP_ALG_AAI_MASK; in caam_qi_algapi_init()
Ddesc.h1157 #define OP_ALG_AAI_MASK (0x1ff << OP_ALG_AAI_SHIFT) macro