Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc1489 HashCalculator operation_hasher; in ValidateOperationHash() local
1490 operation_hasher.Update(buffer_.data(), operation.data_length()); in ValidateOperationHash()
1491 if (!operation_hasher.Finalize()) { in ValidateOperationHash()
1497 brillo::Blob calculated_op_hash = operation_hasher.raw_hash(); in ValidateOperationHash()