24 #ifndef MBEDTLS_HAVEGE_H 25 #define MBEDTLS_HAVEGE_H 29 #define MBEDTLS_HAVEGE_COLLECT_SIZE 1024 int offset[2]
Definition: havege.h:40
HAVEGE state structure.
Definition: havege.h:38
int PT2
Definition: havege.h:40
int WALK[8192]
Definition: havege.h:42
void mbedtls_havege_init(mbedtls_havege_state *hs)
HAVEGE initialization.
struct mbedtls_havege_state mbedtls_havege_state
HAVEGE state structure.
int PT1
Definition: havege.h:40
int mbedtls_havege_random(void *p_rng, unsigned char *output, size_t len)
HAVEGE rand function.
int pool[MBEDTLS_HAVEGE_COLLECT_SIZE]
Definition: havege.h:41
void mbedtls_havege_free(mbedtls_havege_state *hs)
Clear HAVEGE state.
#define MBEDTLS_HAVEGE_COLLECT_SIZE
Definition: havege.h:29