Home
last modified time | relevance | path

Searched refs:RAND_get_rand_method (Results 1 – 7 of 7) sorted by relevance

/openssl-master/doc/man3/
A DRAND_set_rand_method.pod5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method
19 const RAND_METHOD *RAND_get_rand_method(void);
40 RAND_get_rand_method() returns a pointer to the current B<RAND_METHOD>.
61 RAND_get_rand_method() and RAND_OpenSSL() return pointers to the respective
/openssl-master/crypto/rand/
A Drand_lib.c123 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll()
183 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function
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() function
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()
/openssl-master/include/openssl/
A Drand.h50 OSSL_DEPRECATEDIN_3_0 const RAND_METHOD *RAND_get_rand_method(void);
/openssl-master/test/
A Ddrbgtest.c51 const RAND_METHOD *meth = RAND_get_rand_method(); in gen_bytes()
558 if (!TEST_ptr_eq(RAND_get_rand_method(), RAND_OpenSSL())) in test_rand_reseed()
/openssl-master/doc/man7/
A Dmigration_guide.pod1955 RAND_get_rand_method(), RAND_set_rand_method(), RAND_OpenSSL(),
/openssl-master/util/
A Dlibcrypto.num1399 RAND_get_rand_method 1433 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/openssl-master/
A DCHANGES.md12705 * Minor adjustment to "rand" code. RAND_get_rand_method() now returns a

Completed in 39 milliseconds