Searched refs:RAND_get_rand_method (Results 1 – 4 of 4) sorted by relevance
92 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function140 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()
96 const RAND_METHOD *RAND_get_rand_method(void);
116 if ((old_rand = RAND_get_rand_method()) == NULL) in change_rand()