OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidateNonce
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnserver.h
225
bool
ValidateNonce
(const std::string& nonce) const;
turnserver.cc
320
if (!
ValidateNonce
(nonce_attr->GetString())) {
405
bool TurnServer::
ValidateNonce
(const std::string& nonce) const {
Completed in 91 milliseconds