Function esp_idf_sys::mbedtls_entropy_write_seed_file

source ยท
pub unsafe extern "C" fn mbedtls_entropy_write_seed_file(
    ctx: *mut mbedtls_entropy_context,
    path: *const c_char,
) -> c_int
Expand description

\brief Write a seed file

\param ctx Entropy context \param path Name of the file

\return 0 if successful, MBEDTLS_ERR_ENTROPY_FILE_IO_ERROR on file error, or MBEDTLS_ERR_ENTROPY_SOURCE_FAILED