mbed TLS library
Dependents: HTTPClient-SSL WS_SERVER
hmac_drbg_context Struct Reference
HMAC_DRBG context. More...
#include <hmac_drbg.h>
Data Fields | |
md_context_t | md_ctx |
unsigned char | V [POLARSSL_MD_MAX_SIZE] |
int | reseed_counter |
size_t | entropy_len |
int | prediction_resistance |
int | reseed_interval |
int(* | f_entropy )(void *, unsigned char *, size_t) |
void * | p_entropy |
Detailed Description
HMAC_DRBG context.
Definition at line 73 of file hmac_drbg.h.
Field Documentation
size_t entropy_len |
entropy bytes grabbed on each (re)seed
Definition at line 82 of file hmac_drbg.h.
int(* f_entropy)(void *, unsigned char *, size_t) |
entropy function
Definition at line 88 of file hmac_drbg.h.
HMAC context (inc. K)
Definition at line 77 of file hmac_drbg.h.
void* p_entropy |
context for the entropy function
Definition at line 89 of file hmac_drbg.h.
enable prediction resistance (Automatic reseed before every random generation)
Definition at line 83 of file hmac_drbg.h.
int reseed_counter |
reseed counter
Definition at line 79 of file hmac_drbg.h.
int reseed_interval |
reseed interval
Definition at line 85 of file hmac_drbg.h.
unsigned char V[POLARSSL_MD_MAX_SIZE] |
V in the spec
Definition at line 78 of file hmac_drbg.h.
Generated on Tue Jul 12 2022 13:50:41 by 1.7.2