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.c93 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function
141 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_cleanup()
149 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed()
156 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add()
163 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes()
171 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes()
179 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()