Searched refs:RAND_get_rand_method (Results 1 – 6 of 6) sorted by relevance
86 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function134 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_cleanup()142 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed()149 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add()156 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes()164 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes()172 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status()
96 const RAND_METHOD *RAND_get_rand_method(void);
5 RAND_set_rand_method, RAND_get_rand_method, RAND_SSLeay - select RAND method13 const RAND_METHOD *RAND_get_rand_method(void);55 RAND_set_rand_method() returns no value. RAND_get_rand_method() and74 RAND_set_rand_method(), RAND_get_rand_method() and RAND_SSLeay() are
27 const RAND_METHOD *RAND_get_rand_method(void);41 RAND_get_rand_method(), is only used if no ENGINE has been set as the default
116 if ((old_rand = RAND_get_rand_method()) == NULL) in change_rand()
2153 *) Minor adjustment to "rand" code. RAND_get_rand_method() now returns a