RetroArch
|
CTR_DRBG context structure. More...
#include <ctr_drbg.h>
Public Attributes | |
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 |
CTR_DRBG context structure.
mbedtls_aes_context mbedtls_ctr_drbg_context::aes_ctx |
AES context
unsigned char mbedtls_ctr_drbg_context::counter[16] |
counter (V)
size_t mbedtls_ctr_drbg_context::entropy_len |
amount of entropy grabbed on each (re)seed
int(* mbedtls_ctr_drbg_context::f_entropy) (void *, unsigned char *, size_t) |
void* mbedtls_ctr_drbg_context::p_entropy |
context for the entropy function
int mbedtls_ctr_drbg_context::prediction_resistance |
enable prediction resistance (Automatic reseed before every random generation)
int mbedtls_ctr_drbg_context::reseed_counter |
reseed counter
int mbedtls_ctr_drbg_context::reseed_interval |
reseed interval