Searched refs:rand_meth (Results 1 – 9 of 9) sorted by relevance
27 if (e->rand_meth) in ENGINE_register_RAND()44 if (e->rand_meth) in ENGINE_set_default_RAND()64 return e->rand_meth; in ENGINE_get_RAND()68 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND() argument70 e->rand_meth = rand_meth; in ENGINE_set_RAND()
263 dest->rand_meth = src->rand_meth; in engine_cpy()
132 const RAND_METHOD *rand_meth; member
59 e->rand_meth = NULL; in engine_set_all_null()
291 extern RAND_METHOD rand_meth;
863 default_RAND_meth = &rand_meth; in RAND_get_rand_method()866 default_RAND_meth = &rand_meth; in RAND_get_rand_method()
1146 RAND_METHOD rand_meth = { variable1157 return &rand_meth; in RAND_OpenSSL()
474 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
121 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);