Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dturn_server.cc304 if (!ValidateNonce(nonce_attr->string_view())) { in CheckAuthorization()
387 bool TurnServer::ValidateNonce(absl::string_view nonce) const { in ValidateNonce() function in cricket::TurnServer
Dturn_server.h299 bool ValidateNonce(absl::string_view nonce) const RTC_RUN_ON(thread_);