Searched refs:crc32c (Results 1 – 2 of 2) sorted by relevance
32 static uint32_t crc32c(const uint8_t* buf, size_t len) { in crc32c() function97 if (crc32c(buf + headerSize, cacheSize) != *crc) { in FileBlobCache()169 *crc = crc32c(buf + headerSize, cacheSize); in writeToFile()
148 static uint32_t crc32c(const uint8_t* buf, size_t len) { in crc32c() function216 *crc = crc32c(buf + headerSize, cacheSize); in saveBlobCacheLocked()279 if (crc32c(buf + headerSize, cacheSize) != *crc) { in loadBlobCacheLocked()