Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/caam/
Ddesc.h1157 #define OP_ALG_ALGSEL_ARC4 (0x30 << OP_ALG_ALGSEL_SHIFT) macro
Dcaamalg.c2074 .caam.class1_alg_type = OP_ALG_ALGSEL_ARC4 | OP_ALG_AAI_ECB,
3602 if (!arc4_inst && alg_sel == OP_ALG_ALGSEL_ARC4) in caam_algapi_init()