Convenience functions to retrieve entropy from Mbed TLS. More...
Convenience functions to retrieve entropy from Mbed TLS.
Direct use of the Mbed TLS API is also possible without this API.
Definition in file entropy_mbedtls_riot.h.
Go to the source code of this file.
Functions | |
int | entropy_mbedtls_riot_init (void) |
Initialize the Mbed TLS entropy module. | |
int | entropy_mbedtls_riot_retrieve (unsigned char *output, size_t len) |
Retrieve entropy values after initialization. | |
void | entropy_mbedtls_riot_uninit (void) |
Uninitialize the Mbed TLS entropy module. | |
int | entropy_mbedtls_riot_get (unsigned char *output, size_t len) |
Get entropy values. | |