OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
tb_rand.c File Reference
#include "eng_int.h"

Go to the source code of this file.

Functions

void ENGINE_unregister_RAND (ENGINE *e)
 
int ENGINE_register_RAND (ENGINE *e)
 
void ENGINE_register_all_RAND ()
 
int ENGINE_set_default_RAND (ENGINE *e)
 
ENGINEENGINE_get_default_RAND (void)
 
const RAND_METHODENGINE_get_RAND (const ENGINE *e)
 
int ENGINE_set_RAND (ENGINE *e, const RAND_METHOD *rand_meth)
 

Function Documentation

ENGINE* ENGINE_get_default_RAND ( void  )

Definition at line 102 of file tb_rand.c.

const RAND_METHOD* ENGINE_get_RAND ( const ENGINE e)

Definition at line 108 of file tb_rand.c.

void ENGINE_register_all_RAND ( void  )

Definition at line 83 of file tb_rand.c.

int ENGINE_register_RAND ( ENGINE e)

Definition at line 75 of file tb_rand.c.

int ENGINE_set_default_RAND ( ENGINE e)

Definition at line 91 of file tb_rand.c.

int ENGINE_set_RAND ( ENGINE e,
const RAND_METHOD rand_meth 
)

Definition at line 114 of file tb_rand.c.

void ENGINE_unregister_RAND ( ENGINE e)

Definition at line 65 of file tb_rand.c.