Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DRAND_set_rand_method.pod5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method
15 const RAND_METHOD *RAND_get_rand_method(void);
31 RAND_get_rand_method() returns a pointer to the current B<RAND_METHOD>.
52 RAND_get_rand_method() and RAND_OpenSSL() return pointers to the respective
/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_lib.c385 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll()
844 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function
902 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed()
910 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add()
923 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_priv_bytes()
938 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes()
949 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes()
960 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Drand.h32 const RAND_METHOD *RAND_get_rand_method(void);
/freebsd-13.1/crypto/openssl/doc/man7/
H A DRAND.pod73 L<RAND_get_rand_method(3)>,
/freebsd-13.1/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages138 hcrypto/man/man3/RAND_get_rand_method.3
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map2463 RAND_get_rand_method;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2259 MLINKS+= RAND_set_rand_method.3 RAND_get_rand_method.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES8333 *) Minor adjustment to "rand" code. RAND_get_rand_method() now returns a