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/webrtc/webrtc/p2p/base/
stun_unittest.cc
614
ASSERT_TRUE(msg.GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
) != NULL);
642
ASSERT_TRUE(msg.GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
) != NULL);
665
ASSERT_TRUE(msg.GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
) != NULL);
693
ASSERT_TRUE(msg.GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
) != NULL);
[
all
...]
stun.cc
153
if (attr_type ==
STUN_ATTR_MESSAGE_INTEGRITY
) {
217
new StunByteStringAttribute(
STUN_ATTR_MESSAGE_INTEGRITY
,
380
case
STUN_ATTR_MESSAGE_INTEGRITY
: return STUN_VALUE_BYTE_STRING;
stun.h
42
STUN_ATTR_MESSAGE_INTEGRITY
= 0x0008, // ByteString, 20 bytes
port_unittest.cc
298
msg->GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
);
[
all
...]
turnserver.cc
297
msg->GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
);
port.cc
354
!stun_msg->GetByteString(
STUN_ATTR_MESSAGE_INTEGRITY
)) {
[
all
...]
Completed in 567 milliseconds