Home
last modified time | relevance | path

Searched refs:nonce_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dturnport.h122 const std::string& nonce() const { return nonce_; } in nonce()
196 void set_nonce(const std::string& nonce) { nonce_ = nonce; } in set_nonce()
264 std::string nonce_; // From 401/438 response message. variable
Dturnport.cc892 STUN_ATTR_NONCE, nonce_))); in AddRequestAuthInfo()