mbedtls_hmac_drbg_context Struct Reference

HMAC_DRBG context. More...

#include <hmac_drbg.h>

Collaboration diagram for mbedtls_hmac_drbg_context:

[legend]

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 76 of file hmac_drbg.h.


Field Documentation

size_t mbedtls_hmac_drbg_context::entropy_len

entropy bytes grabbed on each (re)seed

Definition at line 85 of file hmac_drbg.h.

int(* mbedtls_hmac_drbg_context::f_entropy)(void *, unsigned char *, size_t)

entropy function

mbedtls_md_context_t mbedtls_hmac_drbg_context::md_ctx

HMAC context (inc. K)

Definition at line 80 of file hmac_drbg.h.

void* mbedtls_hmac_drbg_context::p_entropy

context for the entropy function

Definition at line 92 of file hmac_drbg.h.

int mbedtls_hmac_drbg_context::prediction_resistance

enable prediction resistance (Automatic reseed before every random generation)

Definition at line 86 of file hmac_drbg.h.

int mbedtls_hmac_drbg_context::reseed_counter

reseed counter

Definition at line 82 of file hmac_drbg.h.

int mbedtls_hmac_drbg_context::reseed_interval

reseed interval

Definition at line 88 of file hmac_drbg.h.

unsigned char mbedtls_hmac_drbg_context::V[MBEDTLS_MD_MAX_SIZE]

V in the spec

Definition at line 81 of file hmac_drbg.h.


The documentation for this struct was generated from the following file:
Generated on 11 Mar 2017 for mbed TLS v2.4.2 by  doxygen 1.4.7