mbedtls_hmac_drbg_write_seed_file() function
This function writes a seed file.
Arguments
ctx
The HMAC_DRBG context.
path
The name of the file.
Return value
\c 0 on success. #MBEDTLS_ERR_HMAC_DRBG_FILE_IO_ERROR on file error. #MBEDTLS_ERR_HMAC_DRBG_ENTROPY_SOURCE_FAILED on reseed failure.