EntropyPool Struct Reference
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. | |
Detailed Description
Sturct data of entropy pool.
Definition at line 54 of file randpool.h.
The documentation for this struct was generated from the following file:
