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

  /external/chromium/net/http/
http_auth_gssapi_posix.h 216 class HttpAuthGSSAPI {
218 HttpAuthGSSAPI(GSSAPILibrary* library,
221 ~HttpAuthGSSAPI();
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...]

Completed in 38 milliseconds