Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dcommon.py174 def FormatSha256(digest): function
Dchecker.py541 (sig_name, common.FormatSha256(signed_hash),
542 common.FormatSha256(actual_hash)))
675 convert=common.FormatSha256)
695 convert=common.FormatSha256)
1052 (op_name, common.FormatSha256(op.data_sha256_hash),
1053 common.FormatSha256(actual_hash.digest())))
Dapplier.py93 (name, common.FormatSha256(actual_hash),
94 common.FormatSha256(expected_hash)))