Home
last modified time | relevance | path

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

/external/nos/host/generic/nugget/proto/nugget/app/avb/
Davb.proto142 uint64 last_nonce = 1; field
/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
/external/python/cpython3/Lib/urllib/
Drequest.py1068 self.last_nonce = None
1147 if nonce == self.last_nonce:
1151 self.last_nonce = nonce