Searched refs:STUN_ATTR_FINGERPRINT (Results 1 – 4 of 4) sorted by relevance
263 if (rtc::GetBE16(fingerprint_attr_data) != STUN_ATTR_FINGERPRINT || in ValidateFingerprint()279 new StunUInt32Attribute(STUN_ATTR_FINGERPRINT, 0); in AddFingerprint()388 case STUN_ATTR_FINGERPRINT: return STUN_VALUE_UINT32; in GetAttributeValueType()
618 msg.GetUInt32(STUN_ATTR_FINGERPRINT); in TEST_F()643 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()666 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()694 ASSERT_TRUE(msg.GetUInt32(STUN_ATTR_FINGERPRINT) == NULL); in TEST_F()
50 STUN_ATTR_FINGERPRINT = 0x8028, // UInt32 enumerator
300 msg->GetUInt32(STUN_ATTR_FINGERPRINT); in OnUnknownAddress()1634 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()1660 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()1692 EXPECT_TRUE(msg->GetUInt32(STUN_ATTR_FINGERPRINT) != NULL); in TEST_F()