HomeSort by relevance Sort by last modified time
    Searched refs:actual_hash (Results 1 - 3 of 3) sorted by null

  /external/v8/tools/
find-commit-for-patch.py 62 _, _, actual_hash, filename = line.split()
64 if actual_hash.startswith(expected_hash): matched_files += 1
  /system/update_engine/scripts/update_payload/
applier.py 64 actual_hash = hasher.digest()
65 if actual_hash != expected_hash:
67 (name, common.FormatSha256(actual_hash),
checker.py 444 def _CheckSha256Signature(sig_data, pubkey_file_name, actual_hash, sig_name):
450 actual_hash: The actual hash digest.
473 if signed_hash != actual_hash:
477 common.FormatSha256(actual_hash)))
    [all...]

Completed in 414 milliseconds