#include <ctr_drbg.h>
Collaboration diagram for mbedtls_ctr_drbg_context:
Data Fields | |
unsigned char | counter [16] |
int | reseed_counter |
int | prediction_resistance |
size_t | entropy_len |
int | reseed_interval |
mbedtls_aes_context | aes_ctx |
int(* | f_entropy )(void *, unsigned char *, size_t) |
void * | p_entropy |
Definition at line 87 of file ctr_drbg.h.
AES context
Definition at line 97 of file ctr_drbg.h.
unsigned char mbedtls_ctr_drbg_context::counter[16] |
counter (V)
Definition at line 89 of file ctr_drbg.h.
amount of entropy grabbed on each (re)seed
Definition at line 93 of file ctr_drbg.h.
int(* mbedtls_ctr_drbg_context::f_entropy)(void *, unsigned char *, size_t) |
context for the entropy function
Definition at line 104 of file ctr_drbg.h.
enable prediction resistance (Automatic reseed before every random generation)
Definition at line 91 of file ctr_drbg.h.
reseed counter
Definition at line 90 of file ctr_drbg.h.
reseed interval
Definition at line 95 of file ctr_drbg.h.