HomeSort by relevance Sort by last modified time
    Searched refs:HttpAuthGSSAPI (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/http/
http_auth_gssapi_posix_unittest.cc 177 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
190 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
216 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
229 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
253 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
http_auth_gssapi_posix.cc 653 HttpAuthGSSAPI::HttpAuthGSSAPI(GSSAPILibrary* library,
664 HttpAuthGSSAPI::~HttpAuthGSSAPI() {
667 bool HttpAuthGSSAPI::Init() {
673 bool HttpAuthGSSAPI::NeedsIdentity() const {
677 void HttpAuthGSSAPI::Delegate() {
681 HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge(
712 int HttpAuthGSSAPI::GenerateAuthToken(const string16* username,
837 int HttpAuthGSSAPI::GetNextSecurityToken(const std::wstring& spn
    [all...]
http_auth_gssapi_posix.h 216 class HttpAuthGSSAPI {
218 HttpAuthGSSAPI(GSSAPILibrary* library,
221 ~HttpAuthGSSAPI();
http_auth_handler_negotiate.h 41 typedef HttpAuthGSSAPI AuthSystem;
  /external/chromium_org/net/http/
http_auth_gssapi_posix_unittest.cc 181 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
194 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
219 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
232 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
255 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
http_auth_gssapi_posix.cc 654 HttpAuthGSSAPI::HttpAuthGSSAPI(GSSAPILibrary* library,
665 HttpAuthGSSAPI::~HttpAuthGSSAPI() {
668 bool HttpAuthGSSAPI::Init() {
674 bool HttpAuthGSSAPI::NeedsIdentity() const {
678 bool HttpAuthGSSAPI::AllowsExplicitCredentials() const {
682 void HttpAuthGSSAPI::Delegate() {
686 HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge(
717 int HttpAuthGSSAPI::GenerateAuthToken(const AuthCredentials* credentials
    [all...]
http_auth_gssapi_posix.h 229 class NET_EXPORT_PRIVATE HttpAuthGSSAPI {
231 HttpAuthGSSAPI(GSSAPILibrary* library,
234 ~HttpAuthGSSAPI();
http_auth_handler_negotiate.h 40 typedef HttpAuthGSSAPI AuthSystem;

Completed in 2277 milliseconds