Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H 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
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c126 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll()
184 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function
249 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed()
266 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add()
287 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes()
300 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status()
313 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function
330 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_priv_bytes_ex()
359 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes_ex()
/freebsd/crypto/openssl/include/openssl/
H A Drand.h50 OSSL_DEPRECATEDIN_3_0 const RAND_METHOD *RAND_get_rand_method(void);
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c51 const RAND_METHOD *meth = RAND_get_rand_method(); in gen_bytes()
566 if (!TEST_ptr_eq(RAND_get_rand_method(), RAND_OpenSSL())) in test_rand_reseed()
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages138 hcrypto/man/man3/RAND_get_rand_method.3
/freebsd/secure/lib/libcrypto/
H A DVersion.map2397 RAND_get_rand_method;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2019 RAND_get_rand_method(), RAND_set_rand_method(), RAND_OpenSSL(),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3570 MLINKS+= RAND_set_rand_method.3 RAND_get_rand_method.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1399 RAND_get_rand_method 1433 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/freebsd/crypto/openssl/
H A DCHANGES.md13669 * Minor adjustment to "rand" code. RAND_get_rand_method() now returns a