Loading...
Searching...
No Matches
entropy_mbedtls_riot.h File Reference

Convenience functions to retrieve entropy from Mbed TLS. More...

Detailed Description

Convenience functions to retrieve entropy from Mbed TLS.

Direct use of the Mbed TLS API is also possible without this API.

Author
Peter Kietzmann peter.nosp@m..kie.nosp@m.tzman.nosp@m.n@ha.nosp@m.w-ham.nosp@m.burg.nosp@m..de

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.