Home
last modified time | relevance | path

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

/external/openssl/crypto/rand/
Drand_lib.c80 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() function
133 RAND_set_rand_method(tmp_meth); in RAND_set_rand_engine()
144 RAND_set_rand_method(NULL); in RAND_cleanup()
Drand.h95 int RAND_set_rand_method(const RAND_METHOD *meth);
/external/openssl/include/openssl/
Drand.h95 int RAND_set_rand_method(const RAND_METHOD *meth);
/external/openssl/crypto/ecdsa/
Decdsatest.c127 if (!RAND_set_rand_method(&fake_rand)) in change_rand()
134 if (!RAND_set_rand_method(old_rand)) in restore_rand()
/external/openssl/crypto/engine/
Deng_lib.c199 RAND_set_rand_method(NULL); in ENGINE_cleanup()