HomeSort by relevance Sort by last modified time
    Searched refs:tmp_meth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_lib.c 119 const RAND_METHOD *tmp_meth = NULL; local
124 tmp_meth = ENGINE_get_RAND(engine);
125 if(!tmp_meth)
132 RAND_set_rand_method(tmp_meth);
  /external/openssl/crypto/rand/
rand_lib.c 119 const RAND_METHOD *tmp_meth = NULL; local
124 tmp_meth = ENGINE_get_RAND(engine);
125 if(!tmp_meth)
132 RAND_set_rand_method(tmp_meth);

Completed in 2041 milliseconds