mbedtls_ctr_drbg_write_seed_file() function
This function writes a seed file.
Arguments
path
The name of the file.
Return value
\c 0 on success. #MBEDTLS_ERR_CTR_DRBG_FILE_IO_ERROR on file error. #MBEDTLS_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED on reseed failure.