Searched refs:tmp_meth (Results 1 – 1 of 1) sorted by relevance
268 const RAND_METHOD *tmp_meth = NULL; in RAND_get_rand_method() local278 tmp_meth = default_RAND_meth; in RAND_get_rand_method()280 if (tmp_meth != NULL) in RAND_get_rand_method()281 return tmp_meth; in RAND_get_rand_method()293 default_RAND_meth = tmp_meth; in RAND_get_rand_method()302 tmp_meth = default_RAND_meth; in RAND_get_rand_method()304 return tmp_meth; in RAND_get_rand_method()310 const RAND_METHOD *tmp_meth = NULL; in RAND_set_rand_engine() local318 tmp_meth = ENGINE_get_RAND(engine); in RAND_set_rand_engine()319 if (tmp_meth == NULL) { in RAND_set_rand_engine()[all …]
Completed in 5 milliseconds