Searched refs:computeCrc32 (Results 1 – 3 of 3) sorted by relevance
33 uint32_t computeCrc32(const void *_data, size_t size);
122 uint32_t computeCrc32(const void *_data, size_t size) { in computeCrc32() function
319 uint32_t crc32 = htonl(computeCrc32(mData.data(), offset) ^ 0x5354554e); in addFingerprint()331 uint32_t crc32 = htonl(computeCrc32(copy.data(), offset) ^ 0x5354554e); in verifyFingerprint()