Searched refs:source_hasher (Results 1 – 1 of 1) sorted by relevance
1116 HashCalculator source_hasher; in PerformSourceCopyOperation() local1143 TEST_AND_RETURN_FALSE(source_hasher.Update(buf.data(), buf.size())); in PerformSourceCopyOperation()1147 TEST_AND_RETURN_FALSE(source_hasher.Finalize()); in PerformSourceCopyOperation()1149 ValidateSourceHash(source_hasher.raw_hash(), operation, error)); in PerformSourceCopyOperation()1231 HashCalculator source_hasher; in PerformSourceBsdiffOperation() local1245 TEST_AND_RETURN_FALSE(source_hasher.Update(buf.data(), bytes_to_read)); in PerformSourceBsdiffOperation()1248 TEST_AND_RETURN_FALSE(source_hasher.Finalize()); in PerformSourceBsdiffOperation()1250 ValidateSourceHash(source_hasher.raw_hash(), operation, error)); in PerformSourceBsdiffOperation()