Entropy source state. More...
#include <entropy.h>
Data Fields | |
| f_source_ptr | f_source |
| The entropy source callback. | |
| void * | p_source |
| The callback data pointer. | |
| size_t | size |
| Amount received. | |
| size_t | threshold |
| Minimum level required before release. | |
Entropy source state.
Definition at line 89 of file entropy.h.
The entropy source callback.
Definition at line 91 of file entropy.h.
Referenced by entropy_add_source(), and entropy_gather().
| void* source_state::p_source |
The callback data pointer.
Definition at line 92 of file entropy.h.
Referenced by entropy_add_source(), and entropy_gather().
| size_t source_state::size |
Amount received.
Definition at line 93 of file entropy.h.
Referenced by entropy_func(), and entropy_gather().
| size_t source_state::threshold |
Minimum level required before release.
Definition at line 94 of file entropy.h.
Referenced by entropy_add_source(), and entropy_func().
1.6.1