HMAC_DRBG context initialization. This function makes the context ready for mbedtls_hmac_drbg_seed(), mbedtls_hmac_drbg_seed_buf() or mbedtls_hmac_drbg_free().
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.