mbedtls_hmac_drbg_seed_buf() function
Arguments
ctx
HMAC_DRBG context to be initialised.
md_info
MD algorithm to use for HMAC_DRBG.
data
Concatenation of the initial entropy string and the additional data.
data_len
Length of \p data in bytes.
Return value
\c 0 if successful. or #MBEDTLS_ERR_MD_BAD_INPUT_DATA if \p md_info is invalid. #MBEDTLS_ERR_MD_ALLOC_FAILED if there was not enough memory to allocate context data.