Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dctrl.c46 op_flags = OP_TYPE_CLASS1_ALG | OP_ALG_ALGSEL_RNG | in build_instantiation_desc()
68 append_operation(desc, OP_TYPE_CLASS1_ALG | OP_ALG_ALGSEL_RNG | in build_instantiation_desc()
81 append_operation(desc, OP_TYPE_CLASS1_ALG | OP_ALG_ALGSEL_RNG | in build_deinstantiation_desc()
Dcaamrng.c203 append_operation(desc, OP_ALG_ALGSEL_RNG | OP_TYPE_CLASS1_ALG); in rng_create_sh_desc()
Ddesc.h1131 #define OP_ALG_ALGSEL_RNG (0x50 << OP_ALG_ALGSEL_SHIFT) macro