Random number generator.
More...
Go to the source code of this file.
|
void | random_init (const char *entropy_file) |
|
void | random_deinit (void) |
|
void | random_add_randomness (const void *buf, size_t len) |
|
int | random_get_bytes (void *buf, size_t len) |
|
int | random_pool_ready (void) |
|
void | random_mark_pool_ready (void) |
|