HomeSort by relevance Sort by last modified time
    Searched refs:STUN_ATTR_MESSAGE_INTEGRITY (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc 615 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
643 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
666 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
694 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
    [all...]
stun.cc 169 if (attr_type == STUN_ATTR_MESSAGE_INTEGRITY) {
234 new StunByteStringAttribute(STUN_ATTR_MESSAGE_INTEGRITY,
397 case STUN_ATTR_MESSAGE_INTEGRITY: return STUN_VALUE_BYTE_STRING;
stun.h 59 STUN_ATTR_MESSAGE_INTEGRITY = 0x0008, // ByteString, 20 bytes
port_unittest.cc 291 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY);
    [all...]
turnserver.cc 377 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY);
    [all...]
port.cc 377 !stun_msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY))) {
    [all...]

Completed in 33 milliseconds