Home
last modified time | relevance | path

Searched refs:last_nonce (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dturnserver.h80 const std::string& last_nonce() const { return last_nonce_; } in last_nonce() function
Dturnserver.cc337 allocation->last_nonce() == nonce_attr->GetString()) { in CheckAuthorization()
/external/python/cpython2/Lib/
Durllib2.py960 self.last_nonce = None
1035 if nonce == self.last_nonce:
1039 self.last_nonce = nonce