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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_lib.c113 const RAND_METHOD *tmp_meth = NULL; local
118 tmp_meth = ENGINE_get_RAND(engine);
119 if(!tmp_meth)
126 RAND_set_rand_method(tmp_meth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_lib.c116 const RAND_METHOD *tmp_meth = NULL; local
120 tmp_meth = ENGINE_get_RAND(engine);
121 if (!tmp_meth) {
127 RAND_set_rand_method(tmp_meth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_lib.c116 const RAND_METHOD *tmp_meth = NULL; local
120 tmp_meth = ENGINE_get_RAND(engine);
121 if (!tmp_meth) {
127 RAND_set_rand_method(tmp_meth);

Completed in 201 milliseconds