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 - 8
of
8
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc
110
case
STUN_ATTR_MESSAGE_INTEGRITY
:
236
case
STUN_ATTR_MESSAGE_INTEGRITY
:
297
case
STUN_ATTR_MESSAGE_INTEGRITY
:
stun.h
69
STUN_ATTR_MESSAGE_INTEGRITY
= 0x0008, // ByteString, 20 bytes
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc
658
ASSERT_TRUE(msg.GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
) != NULL);
686
ASSERT_TRUE(msg.GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
) != NULL);
709
ASSERT_TRUE(msg.GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
) != NULL);
737
ASSERT_TRUE(msg.GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
) != NULL);
[
all
...]
stun.cc
169
if (attr_type ==
STUN_ATTR_MESSAGE_INTEGRITY
) {
233
new StunByteStringAttribute(
STUN_ATTR_MESSAGE_INTEGRITY
,
396
case
STUN_ATTR_MESSAGE_INTEGRITY
: return STUN_VALUE_BYTE_STRING;
stun.h
59
STUN_ATTR_MESSAGE_INTEGRITY
= 0x0008, // ByteString, 20 bytes
port_unittest.cc
286
msg->GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
);
[
all
...]
turnserver.cc
379
msg->GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
);
[
all
...]
port.cc
374
!stun_msg->GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
))) {
[
all
...]
Completed in 33 milliseconds