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

  /external/chromium/net/http/
http_auth_handler_ntlm_win.cc 66 int rv = DetermineMaxTokenLength(sspi_library_, NTLMSP_NAME,
http_auth_sspi_win_unittest.cc 42 int rv = DetermineMaxTokenLength(&mock_library, L"NTLM", &max_token_length);
52 int rv = DetermineMaxTokenLength(&mock_library, L"Foo", &max_token_length);
54 // |DetermineMaxTokenLength()| interface states that |max_token_length| should
http_auth_sspi_win.h 201 int DetermineMaxTokenLength(SSPILibrary* library,
http_auth_handler_negotiate.cc 50 int rv = DetermineMaxTokenLength(auth_library_.get(), NEGOSSP_NAME,
http_auth_sspi_win.cc 410 int DetermineMaxTokenLength(SSPILibrary* library,

Completed in 376 milliseconds