Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
mbedtls_entropy_source_state Struct Reference
Entropy source state. More...
#include <entropy.h>
Data Fields | |
mbedtls_entropy_f_source_ptr | f_source |
The entropy source callback. | |
void * | p_source |
The callback data pointer. | |
size_t | size |
Amount received in bytes. | |
size_t | threshold |
Minimum bytes required before release. | |
int | strong |
Is the source strong? |
Detailed Description
Entropy source state.
Definition at line 109 of file entropy.h.
Field Documentation
Generated on Tue Jul 12 2022 11:03:18 by
