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

/external/openssl/crypto/rand/
H A Drand_lib.c73 int RAND_set_rand_method(const RAND_METHOD *meth) function
126 RAND_set_rand_method(tmp_meth);
137 RAND_set_rand_method(NULL);
H A Drand.h95 int RAND_set_rand_method(const RAND_METHOD *meth);
/external/openssl/include/openssl/
H A Drand.h95 int RAND_set_rand_method(const RAND_METHOD *meth);
/external/openssl/crypto/ecdsa/
H A Decdsatest.c127 if (!RAND_set_rand_method(&fake_rand))
134 if (!RAND_set_rand_method(old_rand))
/external/openssl/crypto/engine/
H A Deng_lib.c199 RAND_set_rand_method(NULL);

Completed in 70 milliseconds