Searched refs:sum_function (Results 1 – 1 of 1) sorted by relevance
74 def verify_file_checksum(file_path, expected_checksum, sum_function=sha256_sum): argument75 downloaded_checksum = sum_function(file_path)85 _LOG.debug(" %s:", sum_function.__name__)125 downloaded_file, expected_sha256sum, sum_function=sha256_sum129 downloaded_file, expected_md5sum, sum_function=md5_sum