Home
last modified time | relevance | path

Searched refs:RAND_set_rand_method (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/doc/man3/
DRAND_set_rand_method.pod5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method
13 int RAND_set_rand_method(const RAND_METHOD *meth);
28 RAND_set_rand_method() makes B<meth> the method for PRNG use. If an
51 RAND_set_rand_method() returns 1 on success and 0 on failure.
/third_party/openssl/include/openssl/
Drand.h31 int RAND_set_rand_method(const RAND_METHOD *meth);
/third_party/openssl/fuzz/
Drand.inc37 RAND_set_rand_method(&fuzz_rand_method);
/third_party/openssl/test/
Dsm2_internal_test.c65 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()
Decdsatest.c43 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()
/third_party/openssl/doc/man7/
DRAND.pod55 L<RAND_set_rand_method(3)>.
74 L<RAND_set_rand_method(3)>,
/third_party/openssl/crypto/rand/
Drand_lib.c349 RAND_set_rand_method(NULL); in rand_cleanup_int()
829 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() function
893 RAND_set_rand_method(tmp_meth); in RAND_set_rand_engine()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2014 #define RAND_set_rand_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RAND_set_rand_method) macro
/third_party/openssl/util/
Dlibcrypto.num78 RAND_set_rand_method 78 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES11111 RAND_set_rand_method would be impossible.