Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1229 brillo::Blob expected_op_hash; in ValidateOperationHash() local
1230 expected_op_hash.assign(operation.data_sha256_hash().data(), in ValidateOperationHash()
1242 if (calculated_op_hash != expected_op_hash) { in ValidateOperationHash()
1245 utils::HexDumpVector(expected_op_hash); in ValidateOperationHash()