Searched refs:rand_meth (Results 1 – 6 of 6) sorted by relevance
77 if(e->rand_meth) in ENGINE_register_RAND()93 if(e->rand_meth) in ENGINE_set_default_RAND()110 return e->rand_meth; in ENGINE_get_RAND()114 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND() argument116 e->rand_meth = rand_meth; in ENGINE_set_RAND()
335 dest->rand_meth = src->rand_meth; in engine_cpy()
157 const RAND_METHOD *rand_meth; member
91 e->rand_meth = NULL; in engine_set_all_null()
454 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);