Searched refs:crc32 (Results 1 – 4 of 4) sorted by relevance
51 uint32_t computed_crc = crc32(0L, Z_NULL, 0); in TEST_F()61 computed_crc = crc32(computed_crc, buf, bytes_read); in TEST_F()
46 return zip_entry_->crc32; in GetCrc32()
293 file_header.crc32 = crc32(0u, reinterpret_cast<const Bytef*>(data), size); in AddFile()305 cdfh.crc32 = file_header.crc32; in AddFile()346 uint32_t crc32; member361 uint32_t crc32; member
94 return zip_entry_->crc32; in GetCrc32()