Searched refs:nonce_ (Results 1 – 2 of 2) sorted by relevance
122 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
892 STUN_ATTR_NONCE, nonce_))); in AddRequestAuthInfo()