Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/caam/
H A Derror.h26 return (algtype & OP_ALG_ALGSEL_MASK & ~OP_ALG_ALGSEL_SUBMASK) == in is_mdha()
H A Dkey_gen.h22 idx = (hash & OP_ALG_ALGSEL_SUBMASK) >> OP_ALG_ALGSEL_SHIFT; in split_key_len()
H A Ddesc_constr.h570 protid = (adata->algtype & OP_ALG_ALGSEL_SUBMASK) | in append_proto_dkp()
H A Ddesc.h1153 #define OP_ALG_ALGSEL_SUBMASK (0x0f << OP_ALG_ALGSEL_SHIFT) macro
H A Dcaamhash.c1815 OP_ALG_ALGSEL_SUBMASK) >> in caam_hash_cra_init()
H A Dcaamalg_qi2.c4605 OP_ALG_ALGSEL_SUBMASK) >> in caam_hash_cra_init()
5315 if ((c2_alg_sel & ~OP_ALG_ALGSEL_SUBMASK) == 0x40 && in dpaa2_caam_probe()
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc.h472 #define OP_ALG_ALGSEL_SUBMASK (0x0f << OP_ALG_ALGSEL_SHIFT) macro