Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc330 if (!hasher_->Update(buffer, read_size)) { in HashPartition()
407 hasher_ = std::make_unique<HashCalculator>(); in StartPartitionHashing()
479 if (!hasher_->Finalize()) { in FinishPartitionHashing()
487 << HexEncode(hasher_->raw_hash()); in FinishPartitionHashing()
491 if (partition.target_hash != hasher_->raw_hash()) { in FinishPartitionHashing()
509 if (partition.source_hash != hasher_->raw_hash()) { in FinishPartitionHashing()
522 << Base64Encode(hasher_->raw_hash()) in FinishPartitionHashing()
Dfilesystem_verifier_action.h151 std::unique_ptr<HashCalculator> hasher_; variable