Searched refs:expected_crc (Results 1 – 2 of 2) sorted by relevance
137 uint32_t expected_crc = 0; in CheckBlobCRC() local138 expected_crc = crc32c::Value(key.data(), key.size()); in CheckBlobCRC()139 expected_crc = crc32c::Extend(expected_crc, value.data(), value.size()); in CheckBlobCRC()140 expected_crc = crc32c::Mask(expected_crc); in CheckBlobCRC()141 if (expected_crc != blob_crc) { in CheckBlobCRC()
379 uint32_t expected_crc = crc32c::Unmask(DecodeFixed32(header)); in ReadPhysicalRecord() local381 if (actual_crc != expected_crc) { in ReadPhysicalRecord()606 uint32_t expected_crc = crc32c::Unmask(DecodeFixed32(header)); in TryReadFragment() local608 if (actual_crc != expected_crc) { in TryReadFragment()