OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
app_rand.c File Reference
#include "apps.h"
#include <openssl/bio.h>
#include <openssl/rand.h>

Go to the source code of this file.

Macros

#define NON_MAIN
 

Functions

int app_RAND_load_file (const char *file, BIO *bio_e, int dont_warn)
 
long app_RAND_load_files (char *name)
 
int app_RAND_write_file (const char *file, BIO *bio_e)
 
void app_RAND_allow_write_file (void)
 

Macro Definition Documentation

#define NON_MAIN

Definition at line 112 of file app_rand.c.

Function Documentation

void app_RAND_allow_write_file ( void  )

Definition at line 215 of file app_rand.c.

int app_RAND_load_file ( const char *  file,
BIO bio_e,
int  dont_warn 
)

Definition at line 122 of file app_rand.c.

long app_RAND_load_files ( char *  name)

Definition at line 165 of file app_rand.c.

int app_RAND_write_file ( const char *  file,
BIO bio_e 
)

Definition at line 194 of file app_rand.c.