Searched refs:tmp_meth (Results 1 – 1 of 1) sorted by relevance
192 const RAND_METHOD *tmp_meth = NULL; in RAND_get_rand_method() local199 tmp_meth = default_RAND_meth; in RAND_get_rand_method()201 if (tmp_meth != NULL) in RAND_get_rand_method()202 return tmp_meth; in RAND_get_rand_method()214 default_RAND_meth = tmp_meth; in RAND_get_rand_method()223 tmp_meth = default_RAND_meth; in RAND_get_rand_method()225 return tmp_meth; in RAND_get_rand_method()231 const RAND_METHOD *tmp_meth = NULL; in RAND_set_rand_engine() local239 tmp_meth = ENGINE_get_RAND(engine); in RAND_set_rand_engine()240 if (tmp_meth == NULL) { in RAND_set_rand_engine()[all …]
Completed in 8 milliseconds