mbedtls_ctr_drbg_context is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
unsigned char[16]
The counter (V).
int
The reseed counter. This is the number of requests that have been made since the last (re)seeding, minus one. Before the initial seeding, this field contains the amount of entropy in bytes to use as a nonce for the initial seeding, or -1 if no nonce length has been explicitly set (see mbedtls_ctr_drbg_set_nonce_len()).
int
This determines whether prediction resistance is enabled, that is whether to systematically reseed before each random generation.
size_t
The amount of entropy grabbed on each seed or reseed operation, in bytes.
int
The reseed interval. This is the maximum number of requests that can be made between reseedings.
The AES context.
int (*)(void *, unsigned char *, size_t)
The entropy callback function.
void *
The context for the entropy function.

References

from examples