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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
mbedtls_hmac_drbg_context Struct Reference
HMAC_DRBG context. More...
#include <hmac_drbg.h>
Data Fields | |
mbedtls_md_context_t | md_ctx |
unsigned char | V [MBEDTLS_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 87 of file hmac_drbg.h.
Field Documentation
size_t entropy_len |
entropy bytes grabbed on each (re)seed
Definition at line 96 of file hmac_drbg.h.
int(* f_entropy)(void *, unsigned char *, size_t) |
entropy function
Definition at line 102 of file hmac_drbg.h.
HMAC context (inc. K)
Definition at line 91 of file hmac_drbg.h.
void* p_entropy |
context for the entropy function
Definition at line 103 of file hmac_drbg.h.
enable prediction resistance (Automatic reseed before every random generation)
Definition at line 97 of file hmac_drbg.h.
int reseed_counter |
reseed counter
Definition at line 93 of file hmac_drbg.h.
int reseed_interval |
reseed interval
Definition at line 99 of file hmac_drbg.h.
unsigned char V[MBEDTLS_MD_MAX_SIZE] |
V in the spec
Definition at line 92 of file hmac_drbg.h.
Generated on Tue Jul 12 2022 13:55:33 by
