![]() |
Mbed OS Reference
|
Data Structures | |
| struct | mbedtls_havege_state |
| HAVEGE state structure. More... | |
Typedefs | |
| typedef struct mbedtls_havege_state | mbedtls_havege_state |
| HAVEGE state structure. | |
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. | |
| typedef struct mbedtls_havege_state mbedtls_havege_state |
HAVEGE state structure.
| void mbedtls_havege_init | ( | mbedtls_havege_state * | hs | ) |
HAVEGE initialization.
| hs | HAVEGE state to be initialized |
| void mbedtls_havege_free | ( | mbedtls_havege_state * | hs | ) |
Clear HAVEGE state.
| hs | HAVEGE state to be cleared |
| int mbedtls_havege_random | ( | void * | p_rng, |
| unsigned char * | output, | ||
| size_t | len | ||
| ) |
HAVEGE rand function.
| p_rng | A HAVEGE state |
| output | Buffer to fill |
| len | Length of buffer |