alg_sel          3589 drivers/crypto/caam/caamalg.c 		u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK;
alg_sel          3593 drivers/crypto/caam/caamalg.c 		    ((alg_sel == OP_ALG_ALGSEL_3DES) ||
alg_sel          3594 drivers/crypto/caam/caamalg.c 		     (alg_sel == OP_ALG_ALGSEL_DES)))
alg_sel          3598 drivers/crypto/caam/caamalg.c 		if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES))
alg_sel          3602 drivers/crypto/caam/caamalg.c 		if (!arc4_inst && alg_sel == OP_ALG_ALGSEL_ARC4)
alg_sel          2594 drivers/crypto/caam/caamalg_qi.c 		u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK;
alg_sel          2598 drivers/crypto/caam/caamalg_qi.c 		    ((alg_sel == OP_ALG_ALGSEL_3DES) ||
alg_sel          2599 drivers/crypto/caam/caamalg_qi.c 		     (alg_sel == OP_ALG_ALGSEL_DES)))
alg_sel          2603 drivers/crypto/caam/caamalg_qi.c 		if (!aes_inst && (alg_sel == OP_ALG_ALGSEL_AES))
alg_sel          5189 drivers/crypto/caam/caamalg_qi2.c 		u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK;
alg_sel          5193 drivers/crypto/caam/caamalg_qi2.c 		    (alg_sel == OP_ALG_ALGSEL_3DES ||
alg_sel          5194 drivers/crypto/caam/caamalg_qi2.c 		     alg_sel == OP_ALG_ALGSEL_DES))
alg_sel          5199 drivers/crypto/caam/caamalg_qi2.c 		    alg_sel == OP_ALG_ALGSEL_AES)
alg_sel          5203 drivers/crypto/caam/caamalg_qi2.c 		if (alg_sel == OP_ALG_ALGSEL_CHACHA20 &&