Home
last modified time | relevance | path

Searched refs:tmp_meth (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/rand/
H A Drand_lib.c192 const RAND_METHOD *tmp_meth = NULL; in RAND_get_rand_method() local
199 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() local
239 tmp_meth = ENGINE_get_RAND(engine); in RAND_set_rand_engine()
240 if (tmp_meth == NULL) { in RAND_set_rand_engine()
[all …]

Completed in 18 milliseconds