Searched refs:actual_hash (Results 1 – 2 of 2) sorted by relevance
70 actual_hash = hashlib.sha1 (ff.read()).hexdigest ().strip () variable71 if actual_hash != expected_hash:73 (fontfile, expected_hash, actual_hash))
62 _, _, actual_hash, filename = line.split()64 if actual_hash.startswith(expected_hash): matched_files += 1