#include <openssl/e_os2.h>#include <openssl/rand.h>#include <openssl/buffer.h>#include <openssl/opensslconf.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/un.h>#include <string.h>#include <errno.h>Go to the source code of this file.
Macros | |
| #define | offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) |
Functions | |
| int | RAND_query_egd_bytes (const char *path, unsigned char *buf, int bytes) |
| int | RAND_egd_bytes (const char *path, int bytes) |
| int | RAND_egd (const char *path) |
Definition at line 133 of file rand_egd.c.
| int RAND_egd | ( | const char * | path | ) |
Definition at line 297 of file rand_egd.c.
| int RAND_egd_bytes | ( | const char * | path, |
| int | bytes | ||
| ) |
Definition at line 284 of file rand_egd.c.
| int RAND_query_egd_bytes | ( | const char * | path, |
| unsigned char * | buf, | ||
| int | bytes | ||
| ) |
Definition at line 136 of file rand_egd.c.
1.8.2