Home
last modified time | relevance | path

Searched refs:computed_crc32_ (Results 1 – 1 of 1) sorted by relevance

/system/libziparchive/
Dzip_archive_stream_entry.cc64 uint32_t computed_crc32_ = 0u; member in ZipArchiveStreamEntryUncompressed
75 computed_crc32_ = 0; in Init()
107 computed_crc32_ = static_cast<uint32_t>( in Read()
108 crc32(computed_crc32_, data_.data(), static_cast<uint32_t>(data_.size()))); in Read()
115 return length_ == 0 && crc32_ == computed_crc32_; in Verify()
138 uint32_t computed_crc32_ = 0u; member in ZipArchiveStreamEntryCompressed
185 computed_crc32_ = 0; in Init()
199 crc32_ == computed_crc32_; in Verify()
249 computed_crc32_ = static_cast<uint32_t>( in Read()
250 crc32(computed_crc32_, out_.data(), static_cast<uint32_t>(out_.size()))); in Read()
[all …]