Searched refs:rand_meth (Results 1 – 6 of 6) sorted by relevance
79 if (e->rand_meth) in ENGINE_register_RAND()96 if (e->rand_meth) in ENGINE_set_default_RAND()116 return e->rand_meth; in ENGINE_get_RAND()120 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND() argument122 e->rand_meth = rand_meth; in ENGINE_set_RAND()
310 dest->rand_meth = src->rand_meth; in engine_cpy()
184 const RAND_METHOD *rand_meth; member
93 e->rand_meth = NULL; in engine_set_all_null()
561 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
120 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);121 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *rand_meth);