Searched refs:hasher_ (Results 1 – 2 of 2) sorted by relevance
157 hasher_ = std::make_unique<HashCalculator>(); in StartPartitionHashing()221 if (!hasher_->Update(buffer_.data(), bytes_read)) { in OnReadDoneCallback()259 if (!hasher_->Finalize()) { in FinishPartitionHashing()267 << Base64Encode(hasher_->raw_hash()); in FinishPartitionHashing()271 if (partition.target_hash != hasher_->raw_hash()) { in FinishPartitionHashing()289 if (partition.source_hash != hasher_->raw_hash()) { in FinishPartitionHashing()302 << Base64Encode(hasher_->raw_hash()) in FinishPartitionHashing()326 hasher_.reset(); in FinishPartitionHashing()
126 std::unique_ptr<HashCalculator> hasher_; variable