Home
last modified time | relevance | path

Searched refs:STUN_ATTR_REALM (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dturnport.cc890 STUN_ATTR_REALM, realm_))); in AddRequestAuthInfo()
911 response->GetByteString(STUN_ATTR_REALM); in UpdateNonce()
1133 response->GetByteString(STUN_ATTR_REALM); in OnAuthChallenge()
1176 response->GetByteString(STUN_ATTR_REALM); in OnTryAlternate()
Dturnserver.cc301 msg->GetByteString(STUN_ATTR_REALM); in CheckAuthorization()
470 STUN_ATTR_REALM, realm_))); in SendErrorResponseWithRealmAndNonce()
Dstun.h45 STUN_ATTR_REALM = 0x0014, // ByteString enumerator
Dstun.cc383 case STUN_ATTR_REALM: return STUN_VALUE_BYTE_STRING; in GetAttributeValueType()
Dstun_unittest.cc688 msg.GetByteString(STUN_ATTR_REALM); in TEST_F()