Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc1289 brillo::Blob calculated_op_hash; in ValidateOperationHash() local
1291 buffer_.data(), operation.data_length(), &calculated_op_hash)) { in ValidateOperationHash()
1297 if (calculated_op_hash != expected_op_hash) { in ValidateOperationHash()
1303 << HexEncode(calculated_op_hash); in ValidateOperationHash()