mbedtls_hmac_drbg_set_entropy_len() function
This function sets the amount of entropy grabbed on each seed or reseed. See the documentation of mbedtls_hmac_drbg_seed() for the default value.
Arguments
ctx
The HMAC_DRBG context.
len
The amount of entropy to grab, in bytes.
mbedtls_hmac_drbg_set_entropy_len() writes 1 variable:
![]()
mbedtls_hmac_drbg_set_entropy_len()