Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dhttp_common.cc231 struct NegotiateAuthContext : public HttpAuthContext { struct
232 CredHandle cred;
233 CtxtHandle ctx;
234 size_t steps;
235 bool specified_credentials;
237 NegotiateAuthContext(absl::string_view auth, CredHandle c1, CtxtHandle c2) in NegotiateAuthContext() function
244 ~NegotiateAuthContext() override { in ~NegotiateAuthContext()