Searched refs:STUN_ATTR_MESSAGE_INTEGRITY (Results 1 – 7 of 7) sorted by relevance
207 return ValidateMessageIntegrityOfType(STUN_ATTR_MESSAGE_INTEGRITY, in ValidateMessageIntegrity()306 return AddMessageIntegrityOfType(STUN_ATTR_MESSAGE_INTEGRITY, in AddMessageIntegrity()312 return AddMessageIntegrityOfType(STUN_ATTR_MESSAGE_INTEGRITY, in AddMessageIntegrity()536 case STUN_ATTR_MESSAGE_INTEGRITY: in GetAttributeValueType()
676 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()703 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()726 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()752 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()1287 msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY); in TEST_F()1305 msg2.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY); in TEST_F()
53 STUN_ATTR_MESSAGE_INTEGRITY = 0x0008, // ByteString, 20 bytes enumerator
339 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY); in OnUnknownAddress()1726 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()1767 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()1798 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()3061 ASSERT_TRUE(modified_request1->RemoveAttribute(STUN_ATTR_MESSAGE_INTEGRITY) != in TEST_F()3144 ASSERT_TRUE(modified_response->RemoveAttribute(STUN_ATTR_MESSAGE_INTEGRITY) != in TEST_F()
468 !stun_msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY)) { in GetStunMessage()
318 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY); in CheckAuthorization()
1346 type != STUN_ATTR_MESSAGE_INTEGRITY && in ShouldSendGoogPing()