Home
last modified time | relevance | path

Searched refs:HttpAuthGSSAPI (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_gssapi_posix.cc651 HttpAuthGSSAPI::HttpAuthGSSAPI(GSSAPILibrary* library, gss_OID gss_oid) in HttpAuthGSSAPI() function in net::HttpAuthGSSAPI
656 HttpAuthGSSAPI::~HttpAuthGSSAPI() = default;
658 bool HttpAuthGSSAPI::Init(const NetLogWithSource& net_log) { in Init()
664 bool HttpAuthGSSAPI::NeedsIdentity() const { in NeedsIdentity()
668 bool HttpAuthGSSAPI::AllowsExplicitCredentials() const { in AllowsExplicitCredentials()
680 void HttpAuthGSSAPI::SetDelegation(DelegationType delegation_type) { in SetDelegation()
684 HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge( in ParseChallenge()
695 int HttpAuthGSSAPI::GenerateAuthToken(const AuthCredentials* credentials, in GenerateAuthToken()
839 int HttpAuthGSSAPI::GetNextSecurityToken(const std::string& spn, in GetNextSecurityToken()
H A Dhttp_auth_gssapi_posix_unittest.cc270 HttpAuthGSSAPI auth_gssapi(&mock_library, CHROME_GSS_SPNEGO_MECH_OID_DESC); in TEST()
283 HttpAuthGSSAPI auth_gssapi(&mock_library, CHROME_GSS_SPNEGO_MECH_OID_DESC); in TEST()
323 HttpAuthGSSAPI auth_gssapi(&mock_library, CHROME_GSS_SPNEGO_MECH_OID_DESC); in TEST()
335 HttpAuthGSSAPI auth_gssapi(&mock_library, CHROME_GSS_SPNEGO_MECH_OID_DESC); in TEST()
359 HttpAuthGSSAPI auth_gssapi(&mock_library, CHROME_GSS_SPNEGO_MECH_OID_DESC); in TEST()
H A Dhttp_auth_gssapi_posix.h223 class NET_EXPORT_PRIVATE HttpAuthGSSAPI : public HttpAuthMechanism {
225 HttpAuthGSSAPI(GSSAPILibrary* library,
227 ~HttpAuthGSSAPI() override;
H A Dhttp_auth_handler_negotiate.cc67 return std::make_unique<HttpAuthGSSAPI>(auth_library, in CreateAuthSystem()