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