mbed TLS library
Dependents: HTTPClient-SSL WS_SERVER
ctr_drbg_context Struct Reference
CTR_DRBG context structure. More...
#include <ctr_drbg.h>
Data Fields | |
unsigned char | counter [16] |
int | reseed_counter |
int | prediction_resistance |
size_t | entropy_len |
int | reseed_interval |
aes_context | aes_ctx |
void * | p_entropy |
Detailed Description
CTR_DRBG context structure.
Definition at line 85 of file ctr_drbg.h.
Field Documentation
AES context
Definition at line 95 of file ctr_drbg.h.
unsigned char counter[16] |
counter (V)
Definition at line 87 of file ctr_drbg.h.
size_t entropy_len |
amount of entropy grabbed on each (re)seed
Definition at line 91 of file ctr_drbg.h.
void* p_entropy |
context for the entropy function
Definition at line 102 of file ctr_drbg.h.
enable prediction resistance (Automatic reseed before every random generation)
Definition at line 89 of file ctr_drbg.h.
int reseed_counter |
reseed counter
Definition at line 88 of file ctr_drbg.h.
int reseed_interval |
reseed interval
Definition at line 93 of file ctr_drbg.h.
Generated on Tue Jul 12 2022 13:50:41 by 1.7.2