Go to the source code of this file.
Data Structures | |
struct | havege_state |
HAVEGE state structure. More... | |
Defines | |
#define | COLLECT_SIZE 1024 |
Functions | |
void | havege_init (havege_state *hs) |
HAVEGE initialization. | |
int | havege_rand (void *p_rng) |
HAVEGE rand function. |
Definition in file havege.h.
void havege_init | ( | havege_state * | hs | ) |
HAVEGE initialization.
hs | HAVEGE state to be initialized |
Referenced by main(), and ssl_test().
int havege_rand | ( | void * | p_rng | ) |
HAVEGE rand function.
rng_st | points to an HAVEGE state |
Referenced by main(), and ssl_test().