Home
last modified time | relevance | path

Searched refs:STUN_ATTR_MESSAGE_INTEGRITY (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dstun_unittest.cc614 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()
642 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()
665 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()
693 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()
1216 msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY); in TEST_F()
1234 msg2.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY); in TEST_F()
Dstun.cc153 if (attr_type == STUN_ATTR_MESSAGE_INTEGRITY) { in ValidateMessageIntegrity()
217 new StunByteStringAttribute(STUN_ATTR_MESSAGE_INTEGRITY, in AddMessageIntegrity()
380 case STUN_ATTR_MESSAGE_INTEGRITY: return STUN_VALUE_BYTE_STRING; in GetAttributeValueType()
Dstun.h42 STUN_ATTR_MESSAGE_INTEGRITY = 0x0008, // ByteString, 20 bytes enumerator
Dport_unittest.cc298 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY); in OnUnknownAddress()
1624 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()
1656 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()
1688 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL); in TEST_F()
Dturnserver.cc297 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY); in CheckAuthorization()
Dport.cc354 !stun_msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY)) { in GetStunMessage()