Searched refs:expected_hash (Results 1 – 4 of 4) sorted by relevance
/external/skia/platform_tools/android/bin/ |
D | download_utils.py | 47 def __init__(self, download_url, expected_hash, actual_hash): argument 49 self.expected_hash = expected_hash 54 self.actual_hash, self.expected_hash, self.download_url) 320 raise HashError(actual_hash=tar_hash, expected_hash=hash_val,
|
/external/skia/tools/skpdiff/ |
D | skpdiff_server.py | 189 expected_hash, actual_hash, argument 193 self.expected_hash = expected_hash 351 expectation.expected_hash) 401 expectation.expected_hash) 410 expectation.expected_hash
|
/external/vboot_reference/scripts/image_signing/ |
D | sign_official_build.sh | 563 expected_hash=$(get_hash_from_config "${new_kernel_config}") 566 if [ -z "${expected_hash}" ] || [ -z "${got_hash}" ]; then 571 if [ ! "${got_hash}" = "${expected_hash}" ]; then 574 Expected: ${expected_hash} 579 echo "PASS: RootFS hash is correct (${expected_hash})"
|
/external/vboot_reference/firmware/lib/ |
D | vboot_api_kernel.c | 645 uint8_t expected_hash[SHA256_DIGEST_SIZE]; in VbEcSoftwareSync() local 792 internal_SHA256(expected, expected_size, expected_hash); in VbEcSoftwareSync() 795 VBDEBUG(("%02x", expected_hash[i])); in VbEcSoftwareSync() 804 need_update = SafeMemcmp(ec_hash, expected_hash, in VbEcSoftwareSync() 807 SafeMemcmp(rw_hash, expected_hash, SHA256_DIGEST_SIZE)) { in VbEcSoftwareSync()
|