Searched refs:RAND_get_rand_method (Results 1 – 10 of 10) sorted by relevance
5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method19 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
227 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll()285 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function360 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed()377 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add()398 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes()411 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status()424 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function442 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_priv_bytes_ex()481 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes_ex()
50 OSSL_DEPRECATEDIN_3_0 const RAND_METHOD *RAND_get_rand_method(void);
45 const RAND_METHOD *meth = RAND_get_rand_method(); in gen_bytes()560 if (!TEST_ptr_eq(RAND_get_rand_method(), RAND_OpenSSL())) in test_rand_reseed()
138 hcrypto/man/man3/RAND_get_rand_method.3
2397 RAND_get_rand_method;
2050 RAND_get_rand_method(), RAND_set_rand_method(), RAND_OpenSSL(),
3782 MLINKS+= RAND_set_rand_method.3 RAND_get_rand_method.3
1399 RAND_get_rand_method 1433 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
14943 * Minor adjustment to "rand" code. RAND_get_rand_method() now returns a