RAND_set_rand_method(3) | LibreSSL | RAND_set_rand_method(3) |
NAME
RAND_set_rand_method, RAND_get_rand_method, RAND_SSLeay - select RAND methodSYNOPSIS
#include <openssl/rand.h>
void RAND_set_rand_method(const RAND_METHOD *meth);
const RAND_METHOD *RAND_get_rand_method(void);
RAND_METHOD *RAND_SSLeay(void);
DESCRIPTION
These functions used to allow for the random number generator functions to be replaced by arbitrary code.SEE ALSO
rand(3)HISTORY
RAND_set_rand_method(), RAND_get_rand_method() and RAND_SSLeay() are available in all versions of OpenSSL.2015-10-26 | LibreSSL |