Home
last modified time | relevance | path

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

/freebsd-12.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
11 RAND_METHOD *RAND_OpenSSL(void);
22 RAND_OpenSSL() returns the default B<RAND_METHOD> implementation by OpenSSL.
26 be used instead of the method returned by RAND_OpenSSL().
52 RAND_get_rand_method() and RAND_OpenSSL() return pointers to the respective
H A DRAND_DRBG_get0_master.pod21 The default RAND API implementation (RAND_OpenSSL()) utilizes three
H A DRAND_add.pod33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed
/freebsd-12.1/crypto/openssl/include/openssl/
H A Drand.h37 RAND_METHOD *RAND_OpenSSL(void);
/freebsd-12.1/crypto/openssl/crypto/rand/
H A Drand_lib.c389 if (meth == RAND_OpenSSL()) { in RAND_poll()
922 if (meth != RAND_OpenSSL()) in RAND_priv_bytes()
H A Ddrbg_lib.c1159 RAND_METHOD *RAND_OpenSSL(void) in RAND_OpenSSL() function
/freebsd-12.1/crypto/openssl/doc/man7/
H A DRAND.pod75 L<RAND_OpenSSL(3)>,
/freebsd-12.1/crypto/openssl/crypto/engine/
H A Deng_openssl.c104 || !ENGINE_set_RAND(e, RAND_OpenSSL()) in bind_helper()
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map2459 RAND_OpenSSL;
H A DMakefile.man2234 MLINKS+= RAND_set_rand_method.3 RAND_OpenSSL.3