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

mbedtls_ctr_drbg_context::reseed_interval field

The reseed interval.

Syntax

int reseed_interval;

References

LocationReferrerText
ctr_drbg.h:136
int reseed_interval; /*!< The reseed interval. */
ctr_drbg.c:100mbedtls_ctr_drbg_seed_entropy_len()
ctx->reseed_interval = MBEDTLS_CTR_DRBG_RESEED_INTERVAL;
ctr_drbg.c:151mbedtls_ctr_drbg_set_reseed_interval()
ctx->reseed_interval = interval;
ctr_drbg.c:469mbedtls_ctr_drbg_random_with_add()
if( ctx->reseed_counter > ctx->reseed_interval ||

Data Use

Functions writing mbedtls_ctr_drbg_context::reseed_interval
Functions reading mbedtls_ctr_drbg_context::reseed_interval
mbedtls_ctr_drbg_context::reseed_interval