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 *rng_d) |
| HAVEGE rand function. | |
Definition in file havege.h.
| #define COLLECT_SIZE 1024 |
| void havege_init | ( | havege_state * | hs | ) |
HAVEGE initialization.
| hs | HAVEGE state to be initialized |
Definition at line 191 of file havege.c.
References havege_fill().
Referenced by main().
| int havege_rand | ( | void * | rng_d | ) |
HAVEGE rand function.
| rng_st | points to an HAVEGE state |
Definition at line 201 of file havege.c.
References COLLECT_SIZE, havege_fill(), havege_state::offset, and havege_state::pool.
Referenced by main().
1.5.4