Lines Matching refs:RAND_METHOD
40 static const RAND_METHOD *default_RAND_meth;
81 const RAND_METHOD *meth = default_RAND_meth; in ossl_rand_cleanup_int()
123 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll()
161 static int rand_set_rand_method_internal(const RAND_METHOD *meth, in rand_set_rand_method_internal()
178 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method()
183 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method()
185 const RAND_METHOD *tmp_meth = NULL; in RAND_get_rand_method()
217 const RAND_METHOD *tmp_meth = NULL; in RAND_set_rand_engine()
248 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed()
265 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add()
280 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes()
293 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status()
306 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method()
323 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_priv_bytes_ex()
352 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes_ex()