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.
![]()
return mbedtls_hmac_drbg_write_seed_file(ctx, path);
mbedtls_hmac_drbg_write_seed_file() is called by 1 function and calls 2 functions:
![]()
mbedtls_hmac_drbg_write_seed_file()
mbedtls_hmac_drbg_write_seed_file():
![]()
mbedtls_hmac_drbg_write_seed_file()