Searched refs:RAND_set_rand_method (Results 1 – 7 of 7) sorted by relevance
5 RAND_set_rand_method, RAND_get_rand_method, RAND_SSLeay - select RAND method11 void RAND_set_rand_method(const RAND_METHOD *meth);55 RAND_set_rand_method() returns no value. RAND_get_rand_method() and64 RAND_set_rand_method()). For this reason, the ENGINE API is the recommended way74 RAND_set_rand_method(), RAND_get_rand_method() and RAND_SSLeay() are77 In the engine version of version 0.9.6, RAND_set_rand_method() was altered to
26 void RAND_set_rand_method(const RAND_METHOD *meth);40 B<RAND_METHOD>, as set by RAND_set_rand_method() and returned by172 L<RAND_set_rand_method(3)|RAND_set_rand_method(3)>,
73 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() function126 RAND_set_rand_method(tmp_meth); in RAND_set_rand_engine()137 RAND_set_rand_method(NULL); in RAND_cleanup()
95 int RAND_set_rand_method(const RAND_METHOD *meth);
127 if (!RAND_set_rand_method(&fake_rand)) in change_rand()134 if (!RAND_set_rand_method(old_rand)) in restore_rand()
196 RAND_set_rand_method(NULL); in ENGINE_cleanup()
4827 RAND_set_rand_method would be impossible.