mbedtls_ctr_drbg_set_reseed_interval() function
This function sets the reseed interval. The reseed interval is the number of calls to mbedtls_ctr_drbg_random() or mbedtls_ctr_drbg_random_with_add() after which the entropy function is called again. The default value is #MBEDTLS_CTR_DRBG_RESEED_INTERVAL.
Arguments
interval
The reseed interval.
mbedtls_ctr_drbg_set_reseed_interval() writes 1 variable:
![]()
mbedtls_ctr_drbg_set_reseed_interval()