Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c4533 u32 alg_sel = alg->class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init() local
4537 ((alg_sel == OP_ALG_ALGSEL_3DES) || in caam_algapi_init()
4538 (alg_sel == OP_ALG_ALGSEL_DES))) in caam_algapi_init()
4542 if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES)) in caam_algapi_init()