Home
last modified time | relevance | path

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

/external/openssl/crypto/rand/
Drand_lib.c119 const RAND_METHOD *tmp_meth = NULL; in RAND_set_rand_engine() local
124 tmp_meth = ENGINE_get_RAND(engine); in RAND_set_rand_engine()
125 if(!tmp_meth) in RAND_set_rand_engine()
132 RAND_set_rand_method(tmp_meth); in RAND_set_rand_engine()