#include <stdio.h>
#include "e_os.h"
#include "cryptlib.h"
#include <openssl/rand.h>
#include "rand_lcl.h"
#include <sys/types.h>
#include <sys/time.h>
#include <sys/times.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | USE_SOCKETS |
#define | FD_SETSIZE (8*sizeof(fd_set)) |
Functions | |
int | RAND_poll (void) |
#define FD_SETSIZE (8*sizeof(fd_set)) |
Definition at line 133 of file rand_unix.c.
#define USE_SOCKETS |
Definition at line 113 of file rand_unix.c.
int RAND_poll | ( | void | ) |
Definition at line 237 of file rand_unix.c.