Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h569 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.c1807 OP_ALG_ALGSEL_SUBMASK) >> in caam_hash_cra_init()
H A Dcaamalg_qi2.c4591 OP_ALG_ALGSEL_SUBMASK) >> in caam_hash_cra_init()
5299 if ((c2_alg_sel & ~OP_ALG_ALGSEL_SUBMASK) == 0x40 && in dpaa2_caam_probe()
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Ddesc.h473 #define OP_ALG_ALGSEL_SUBMASK (0x0f << OP_ALG_ALGSEL_SHIFT) macro