Structure containing entropy function and its strength. More...
Structure containing entropy function and its strength.
Definition at line 31 of file entropy_sources_mbedtls_riot.h.
#include <entropy_sources_mbedtls_riot.h>
Data Fields | |
mbedtls_entropy_f_source_ptr | func |
Pointer to entropy callback func. | |
int | strong |
Strength of the entropy function (strong=1 for high entropy sources, strong=0 for weak entropy sources) | |
mbedtls_entropy_f_source_ptr entropy_source_mbedtls_riot_t::func |
Pointer to entropy callback func.
Definition at line 32 of file entropy_sources_mbedtls_riot.h.
int entropy_source_mbedtls_riot_t::strong |
Strength of the entropy function (strong=1 for high entropy sources, strong=0 for weak entropy sources)
Definition at line 33 of file entropy_sources_mbedtls_riot.h.