Home
last modified time | relevance | path

Searched defs:NegotiateAuthContext (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpcommon.cc726 struct NegotiateAuthContext : public HttpAuthContext { struct
727 CredHandle cred;
728 CtxtHandle ctx;
729 size_t steps;
730 bool specified_credentials;
732 NegotiateAuthContext(const std::string& auth, CredHandle c1, CtxtHandle c2) in NegotiateAuthContext() function
737 virtual ~NegotiateAuthContext() { in ~NegotiateAuthContext()