Home
last modified time | relevance | path

Searched refs:FormatSha256 (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/scripts/update_payload/
Dchecker.py537 (sig_name, common.FormatSha256(signed_hash),
538 common.FormatSha256(actual_hash)))
659 convert=common.FormatSha256)
679 convert=common.FormatSha256)
943 (op_name, common.FormatSha256(op.data_sha256_hash),
944 common.FormatSha256(actual_hash.digest())))
Dcommon.py169 def FormatSha256(digest): function
Dapplier.py91 (name, common.FormatSha256(actual_hash),
92 common.FormatSha256(expected_hash)))