Searched refs:RAND_set_rand_method (Results 1 – 10 of 10) sorted by relevance
5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method13 int RAND_set_rand_method(const RAND_METHOD *meth);28 RAND_set_rand_method() makes B<meth> the method for PRNG use. If an51 RAND_set_rand_method() returns 1 on success and 0 on failure.
31 int RAND_set_rand_method(const RAND_METHOD *meth);
37 RAND_set_rand_method(&fuzz_rand_method);
65 if (!TEST_true(RAND_set_rand_method(&fake_rand))) in start_fake_rand()75 if (!TEST_true(RAND_set_rand_method(saved_rand))) in restore_rand()
43 if (!TEST_true(RAND_set_rand_method(&fake_rand))) in change_rand()50 if (!TEST_true(RAND_set_rand_method(old_rand))) in restore_rand()
55 L<RAND_set_rand_method(3)>.74 L<RAND_set_rand_method(3)>,
349 RAND_set_rand_method(NULL); in rand_cleanup_int()829 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() function893 RAND_set_rand_method(tmp_meth); in RAND_set_rand_engine()
2014 #define RAND_set_rand_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RAND_set_rand_method) macro
78 RAND_set_rand_method 78 1_1_0 EXIST::FUNCTION:
11111 RAND_set_rand_method would be impossible.