Go to the source code of this file.
Functions | |
void | RAND_add (const void *buf, int num, double entropy) |
void | RAND_cleanup (void) |
int | RAND_egd (const char *path) |
const char * | RAND_file_name (char *buf, size_t num) |
const RAND_METHOD * | RAND_get_rand_method (void) |
int | RAND_load_file (const char *path, long num) |
RAND_METHOD * | RAND_OpenSSL (void) |
int | RAND_poll (void) |
void | RAND_seed (const void *buf, int num) |
int | RAND_set_rand_method (const RAND_METHOD *method) |
RAND_METHOD * | RAND_SSLeay (void) |
int | RAND_status (void) |
Variables | |
static const struct rand_meth_st | kSSLeayMethod |
Definition at line 39 of file rand_extra.c.
void RAND_cleanup | ( | void | ) |
Definition at line 74 of file rand_extra.c.
Definition at line 41 of file rand_extra.c.
const char* RAND_file_name | ( | char * | buf, |
size_t | num | ||
) |
Definition at line 37 of file rand_extra.c.
const RAND_METHOD* RAND_get_rand_method | ( | void | ) |
Definition at line 70 of file rand_extra.c.
Definition at line 27 of file rand_extra.c.
RAND_METHOD* RAND_OpenSSL | ( | void | ) |
Definition at line 66 of file rand_extra.c.
int RAND_poll | ( | void | ) |
Definition at line 45 of file rand_extra.c.
Definition at line 20 of file rand_extra.c.
int RAND_set_rand_method | ( | const RAND_METHOD * | method | ) |
Definition at line 72 of file rand_extra.c.
RAND_METHOD* RAND_SSLeay | ( | void | ) |
Definition at line 62 of file rand_extra.c.
int RAND_status | ( | void | ) |
Definition at line 49 of file rand_extra.c.
|
static |
Definition at line 53 of file rand_extra.c.