OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
rand_egd.c File Reference
#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)
 

Macro Definition Documentation

#define offsetof (   TYPE,
  MEMBER 
)    ((size_t) &((TYPE *)0)->MEMBER)

Definition at line 133 of file rand_egd.c.

Function Documentation

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.