Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c461 const bool ctr_mode = ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == in aead_set_sh_desc()
1840 const bool ctr_mode = ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == in ablkcipher_setkey()
2379 ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == OP_ALG_AAI_GCM)) in init_aead_job()
2463 ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == OP_ALG_AAI_GCM)) in init_aead_giv_job()
2666 ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == OP_ALG_AAI_GCM)) in aead_edesc_alloc()
2885 ((ctx->class1_alg_type & OP_ALG_AAI_MASK) == OP_ALG_AAI_GCM)) in aead_giv_edesc_alloc()
Ddesc.h1122 #define OP_ALG_AAI_MASK (0x1ff << OP_ALG_AAI_SHIFT) macro