mbedtls_ctr_drbg_context::reseed_counter is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_ctr_drbg_context::reseed_counter

mbedtls_ctr_drbg_context::reseed_counter field

The reseed counter.

Syntax

int reseed_counter;

References

LocationReferrerText
ctr_drbg.h:129
int reseed_counter; /*!< The reseed counter. */
ctr_drbg.c:423mbedtls_ctr_drbg_reseed()
ctx->reseed_counter = 1;
ctr_drbg.c:469mbedtls_ctr_drbg_random_with_add()
if( ctx->reseed_counter > ctx->reseed_interval ||
ctr_drbg.c:515mbedtls_ctr_drbg_random_with_add()
ctx->reseed_counter++;

Data Use

Functions writing mbedtls_ctr_drbg_context::reseed_counter
Functions reading mbedtls_ctr_drbg_context::reseed_counter
mbedtls_ctr_drbg_context::reseed_counter