Home
last modified time | relevance | path

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

/drivers/crypto/caam/
Dcaamalg.c172 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) { in append_dec_op1()
2956 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
3006 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CTR_MOD128,
3025 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CTR_MOD128,
3041 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XTS,
3061 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
3079 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
3098 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_GCM,
3250 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
3273 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
Ddesc.h1116 #define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT) macro