Home
last modified time | relevance | path

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

/external/webrtc/api/transport/
Dstun.cc207 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()
Dstun_unittest.cc676 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()
Dstun.h53 STUN_ATTR_MESSAGE_INTEGRITY = 0x0008, // ByteString, 20 bytes enumerator
/external/webrtc/p2p/base/
Dport_unittest.cc339 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()
Dport.cc468 !stun_msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY)) { in GetStunMessage()
Dturn_server.cc318 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY); in CheckAuthorization()
Dconnection.cc1346 type != STUN_ATTR_MESSAGE_INTEGRITY && in ShouldSendGoogPing()