Searched refs:source_hasher (Results 1 – 1 of 1) sorted by relevance
53 HashCalculator source_hasher; in CommonHashExtents() local59 source_hasher.Update(buf.data(), read_blocks * block_size)); in CommonHashExtents()69 TEST_AND_RETURN_FALSE(source_hasher.Finalize()); in CommonHashExtents()70 *hash_out = source_hasher.raw_hash(); in CommonHashExtents()