Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c119 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) { in append_dec_op1()
2378 OP_ALG_ALGSEL_AES) && in init_aead_job()
2462 OP_ALG_ALGSEL_AES) && in init_aead_giv_job()
2665 OP_ALG_ALGSEL_AES) && in aead_edesc_alloc()
2884 OP_ALG_ALGSEL_AES) && in aead_giv_edesc_alloc()
3528 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
3547 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
3566 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
3586 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
3606 .class1_alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CBC,
[all …]
Ddesc.h1104 #define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT) macro