Searched refs:get_hash_content (Results 1 – 2 of 2) sorted by relevance
26 from update_package import get_hash_content136 get_hash_content("non_existent.file", 'sha256')138 re_str = get_hash_content("non_existent.file", 'test_sha')
184 digest = get_hash_content(file_path, OPTIONS_MANAGER.hash_algorithm)521 def get_hash_content(file_path, hash_algorithm): function