Searched refs:RAND_OpenSSL (Results 1 – 10 of 10) sorted by relevance
5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method11 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
21 The default RAND API implementation (RAND_OpenSSL()) utilizes three
33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed
37 RAND_METHOD *RAND_OpenSSL(void);
389 if (meth == RAND_OpenSSL()) { in RAND_poll()922 if (meth != RAND_OpenSSL()) in RAND_priv_bytes()
1159 RAND_METHOD *RAND_OpenSSL(void) in RAND_OpenSSL() function
75 L<RAND_OpenSSL(3)>,
104 || !ENGINE_set_RAND(e, RAND_OpenSSL()) in bind_helper()
2459 RAND_OpenSSL;
2234 MLINKS+= RAND_set_rand_method.3 RAND_OpenSSL.3