OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
170
if (attr_type ==
STUN_ATTR_MESSAGE_INTEGRITY
) {
235
new StunByteStringAttribute(
STUN_ATTR_MESSAGE_INTEGRITY
,
398
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
386
msg->GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
);
[
all
...]
port.cc
391
!stun_msg->GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
))) {
[
all
...]
Completed in 117 milliseconds