Searched refs:OP_ALG_ALGSEL_MASK (Results 1 – 2 of 2) sorted by relevance
119 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) { in append_dec_op1()2377 if (((ctx->class1_alg_type & OP_ALG_ALGSEL_MASK) == in init_aead_job()2461 if (((ctx->class1_alg_type & OP_ALG_ALGSEL_MASK) == in init_aead_giv_job()2664 if (((ctx->class1_alg_type & OP_ALG_ALGSEL_MASK) == in aead_edesc_alloc()2883 if (((ctx->class1_alg_type & OP_ALG_ALGSEL_MASK) == in aead_giv_edesc_alloc()
1102 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT) macro