mbedtls_hmac_drbg_init() function
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().
Arguments
ctx
HMAC_DRBG context to be initialized.
Notes
The reseed interval is #MBEDTLS_HMAC_DRBG_RESEED_INTERVAL by default. Override this value by calling mbedtls_hmac_drbg_set_reseed_interval().
mbedtls_hmac_drbg_init() is called by 2 functions:
![]()
mbedtls_hmac_drbg_init()
mbedtls_hmac_drbg_init() writes 1 variable:
![]()
mbedtls_hmac_drbg_init()