Home
last modified time | relevance | path

Searched refs:sum_function (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_arduino_build/py/pw_arduino_build/
H A Dfile_operations.py74 def verify_file_checksum(file_path, expected_checksum, sum_function=sha256_sum): argument
75 downloaded_checksum = sum_function(file_path)
85 _LOG.debug(" %s:", sum_function.__name__)
125 downloaded_file, expected_sha256sum, sum_function=sha256_sum
129 downloaded_file, expected_md5sum, sum_function=md5_sum