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.cc1692 brillo::Blob calculated_op_hash; in ValidateOperationHash() local
1694 buffer_.data(), operation.data_length(), &calculated_op_hash)) { in ValidateOperationHash()
1700 if (calculated_op_hash != expected_op_hash) { in ValidateOperationHash()
1706 utils::HexDumpVector(calculated_op_hash); in ValidateOperationHash()