Mbed OS Reference
|
Entropy source state. More...
#include <entropy.h>
Data Fields | |
mbedtls_entropy_f_source_ptr | f_source |
The entropy source callback. More... | |
void * | p_source |
The callback data pointer. More... | |
size_t | size |
Amount received in bytes. More... | |
size_t | threshold |
Minimum bytes required before release. More... | |
int | strong |
Is the source strong? More... | |
mbedtls_entropy_f_source_ptr f_source |