Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamprng.c52 append_operation(desc, OP_TYPE_CLASS1_ALG | OP_ALG_ALGSEL_RNG | in caam_init_reseed_desc()
65 append_operation(desc, OP_ALG_ALGSEL_RNG | OP_TYPE_CLASS1_ALG); in caam_init_prng_desc()
H A Dcaamrng.c72 append_operation(desc, OP_ALG_ALGSEL_RNG | OP_TYPE_CLASS1_ALG | in caam_init_desc()
H A Ddesc.h1172 #define OP_ALG_ALGSEL_RNG (0x50 << OP_ALG_ALGSEL_SHIFT) macro