BeRTOS
|
Sturct data of entropy pool. More...
#include <randpool.h>
Data Fields | |
size_t | entropy |
Actual value of entropy (byte). | |
size_t | pos_add |
Number of byte added in entropy pool. | |
size_t | pos_get |
Number of byte got in entropy pool. | |
size_t | counter |
Counter. | |
uint8_t | pool_entropy [CONFIG_SIZE_ENTROPY_POOL] |
Entropy pool. |
Sturct data of entropy pool.
Definition at line 53 of file randpool.h.