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.
havege.h File Reference
HAVEGE: HArdware Volatile Entropy Gathering and Expansion. More...
Go to the source code of this file.
Data Structures | |
struct | mbedtls_havege_state |
HAVEGE state structure. More... | |
Functions | |
void | mbedtls_havege_init (mbedtls_havege_state *hs) |
HAVEGE initialization. | |
void | mbedtls_havege_free (mbedtls_havege_state *hs) |
Clear HAVEGE state. | |
int | mbedtls_havege_random (void *p_rng, unsigned char *output, size_t len) |
HAVEGE rand function. |
Detailed Description
HAVEGE: HArdware Volatile Entropy Gathering and Expansion.
Definition in file havege.h.
Function Documentation
void mbedtls_havege_free | ( | mbedtls_havege_state * | hs ) |
void mbedtls_havege_init | ( | mbedtls_havege_state * | hs ) |
Generated on Tue Jul 12 2022 13:32:02 by
