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