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

/opensolaris-onvv-gate/usr/src/common/openssl/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);

Completed in 79 milliseconds