Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dturn_server.h285 bool ValidateNonce(const std::string& nonce) const;
Dturn_server.cc341 if (!ValidateNonce(nonce_attr->GetString())) { in CheckAuthorization()
428 bool TurnServer::ValidateNonce(const std::string& nonce) const { in ValidateNonce() function in cricket::TurnServer