Home
last modified time | relevance | path

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

/external/webrtc/api/transport/
Dstun_unittest.cc743 const StunByteStringAttribute* nonce = msg.GetByteString(STUN_ATTR_NONCE); in TEST_F()
1825 auto attr = StunAttribute::CreateByteString(STUN_ATTR_NONCE); in TEST_F()
1830 &msg, [](int type) { return type != STUN_ATTR_NONCE; })); in TEST_F()
1834 auto attr = StunAttribute::CreateByteString(STUN_ATTR_NONCE); in TEST_F()
1840 copy->RemoveAttribute(STUN_ATTR_NONCE); in TEST_F()
1841 auto attr = StunAttribute::CreateByteString(STUN_ATTR_NONCE); in TEST_F()
1846 &msg, [](int type) { return type != STUN_ATTR_NONCE; })); in TEST_F()
1850 msg.RemoveAttribute(STUN_ATTR_NONCE); in TEST_F()
1853 &msg, [](int type) { return type != STUN_ATTR_NONCE; })); in TEST_F()
Dstun.h57 STUN_ATTR_NONCE = 0x0015, // ByteString enumerator
Dstun.cc544 case STUN_ATTR_NONCE: in GetAttributeValueType()
/external/webrtc/p2p/base/
Dturn_port.cc1130 std::make_unique<StunByteStringAttribute>(STUN_ATTR_NONCE, nonce_)); in AddRequestAuthInfo()
1161 response->GetByteString(STUN_ATTR_NONCE); in UpdateNonce()
1476 response->GetByteString(STUN_ATTR_NONCE); in OnAuthChallenge()
1522 response->GetByteString(STUN_ATTR_NONCE); in OnTryAlternate()
Dturn_server.cc324 msg->GetByteString(STUN_ATTR_NONCE); in CheckAuthorization()
507 STUN_ATTR_NONCE, GenerateNonce(timestamp))); in SendErrorResponseWithRealmAndNonce()