Searched refs:ComputeCrc32 (Results 1 – 6 of 6) sorted by relevance
44 inline uint32_t ComputeCrc32(const void* buf, size_t len) { in ComputeCrc32() function47 inline uint32_t ComputeCrc32(const std::string& str) { in ComputeCrc32() function48 return ComputeCrc32(str.c_str(), str.size()); in ComputeCrc32()
25 inline uint32_t ComputeCrc32(const void* buf, size_t len) { in ComputeCrc32() function28 inline uint32_t ComputeCrc32(const std::string& str) { in ComputeCrc32() function29 return ComputeCrc32(str.c_str(), str.size()); in ComputeCrc32()
19 EXPECT_EQ(0U, ComputeCrc32("")); in TEST()20 EXPECT_EQ(0x352441C2U, ComputeCrc32("abc")); in TEST()22 ComputeCrc32("abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq")); in TEST()
272 rtc::ComputeCrc32(data, size - fingerprint_attr_size)); in ValidateFingerprint()289 uint32_t c = rtc::ComputeCrc32(buf.Data(), msg_len_for_crc32); in AddFingerprint()
583 rtc::ToString<uint32_t>(rtc::ComputeCrc32(remote_candidate.id()))); in OnUnknownAddress()
129 return rtc::ToString<uint32_t>(rtc::ComputeCrc32(ost.str())); in ComputeFoundation()