Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnport.cc892 STUN_ATTR_NONCE, nonce_))); in AddRequestAuthInfo()
920 response->GetByteString(STUN_ATTR_NONCE); in UpdateNonce()
1142 response->GetByteString(STUN_ATTR_NONCE); in OnAuthChallenge()
1184 response->GetByteString(STUN_ATTR_NONCE); in OnTryAlternate()
Dturnserver.cc303 msg->GetByteString(STUN_ATTR_NONCE); in CheckAuthorization()
468 STUN_ATTR_NONCE, GenerateNonce()))); in SendErrorResponseWithRealmAndNonce()
Dstun.h46 STUN_ATTR_NONCE = 0x0015, // ByteString enumerator
Dstun.cc384 case STUN_ATTR_NONCE: return STUN_VALUE_BYTE_STRING; in GetAttributeValueType()
Dstun_unittest.cc683 msg.GetByteString(STUN_ATTR_NONCE); in TEST_F()