mbedtls_hmac_drbg_set_reseed_interval() function
Set the reseed interval. The reseed interval is the number of calls to mbedtls_hmac_drbg_random() or mbedtls_hmac_drbg_random_with_add() after which the entropy function is called again. The default value is #MBEDTLS_HMAC_DRBG_RESEED_INTERVAL.
Arguments
ctx
The HMAC_DRBG context.
interval
The reseed interval.
mbedtls_hmac_drbg_set_reseed_interval() writes 1 variable:
![]()
mbedtls_hmac_drbg_set_reseed_interval()