Home
last modified time | relevance | path

Searched refs:RAND_get_rand_method (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/rand/
Drand_lib.c92 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function
140 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_cleanup()
148 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed()
155 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add()
162 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes()
170 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes()
178 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status()
Drand.h96 const RAND_METHOD *RAND_get_rand_method(void);
/external/openssl/include/openssl/
Drand.h96 const RAND_METHOD *RAND_get_rand_method(void);
/external/openssl/crypto/ecdsa/
Decdsatest.c116 if ((old_rand = RAND_get_rand_method()) == NULL) in change_rand()