Home
last modified time | relevance | path

Searched defs:actual_hash (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/aosp/
Dota_extractor.cc139 brillo::Blob actual_hash; in ExtractImagesFromOTA() local
152 brillo::Blob actual_hash; in ExtractImagesFromOTA() local
184 brillo::Blob actual_hash; in ExtractImagesFromOTA() local
/system/update_engine/lz4diff/
Dlz4patch.cc280 Blob actual_hash; in Lz4Patch() local
/system/update_engine/scripts/update_payload/
Dchecker.py507 def _CheckSha256Signature(sig_data, pubkey_file_name, actual_hash, sig_name): argument