/external/chromium/net/http/ |
http_auth_sspi_win.h | 6 // using the SSPI API on Windows. 25 // SSPILibrary is introduced so unit tests can mock the calls to Windows' SSPI 27 // the SSPI implementation provided by Secur32.dll. 187 // Determines the maximum token length in bytes for a particular SSPI package. 195 // known SSPI authentication scheme on this system. |*max_token_length| is not 199 // in the underlying SSPI call. The details are logged, and |*max_token_length|
|
http_auth_handler_ntlm.h | 11 // This contains the portable and the SSPI implementations for NTLM. 55 // SSPI library. 117 // This function acquires a credentials handle in the SSPI implementation.
|
http_auth_handler_ntlm_win.cc | 5 // See "SSPI Sample Application" at
|
mock_sspi_library_win.h | 17 // the system SSPI library calls.
|
http_auth_sspi_win.cc | 5 // See "SSPI Sample Application" at 39 // This indicates that the SSPI configuration does not match expectations
|
http_auth_handler_ntlm.cc | 116 // TODO(cbentzel): Most of the logic between SSPI, GSSAPI, and portable NTLM
|
http_auth_controller.cc | 511 // Can occur with GSSAPI or SSPI if the underlying library reports 519 // Can be returned by SSPI if the authenticating authority or
|
http_auth_handler_negotiate.cc | 113 // Kerberos Web Server SPNs are in the form HTTP/<host>:<port> through SSPI,
|
http_auth_handler_ntlm_portable.cc | 659 // NTLM, but are supported in the SSPI implementation.
|
/external/chromium_org/net/http/ |
http_auth_sspi_win.h | 6 // using the SSPI API on Windows. 25 // SSPILibrary is introduced so unit tests can mock the calls to Windows' SSPI 27 // the SSPI implementation provided by Secur32.dll. 187 // Determines the maximum token length in bytes for a particular SSPI package. 195 // known SSPI authentication scheme on this system. |*max_token_length| is not 199 // in the underlying SSPI call. The details are logged, and |*max_token_length|
|
http_auth_handler_ntlm.h | 10 // This contains the portable and the SSPI implementations for NTLM. 54 // this are unit tests which pass in a mocked-out version of the SSPI 115 // This function acquires a credentials handle in the SSPI implementation.
|
http_auth_handler_ntlm_win.cc | 5 // See "SSPI Sample Application" at
|
mock_sspi_library_win.h | 16 // the system SSPI library calls.
|
http_auth_sspi_win.cc | 5 // See "SSPI Sample Application" at 39 // This indicates that the SSPI configuration does not match expectations
|
http_auth_handler_ntlm.cc | 108 // TODO(cbentzel): Most of the logic between SSPI, GSSAPI, and portable NTLM
|
http_auth_controller.cc | 524 // Can occur with GSSAPI or SSPI if the underlying library reports 532 // Can be returned by SSPI if the authenticating authority or
|
http_auth_handler_negotiate.cc | 117 // Kerberos Web Server SPNs are in the form HTTP/<host>:<port> through SSPI,
|
http_auth_handler_ntlm_portable.cc | 646 // NTLM, but are supported in the SSPI implementation.
|
/external/wpa_supplicant_8/src/crypto/ |
tls_schannel.c | 10 * FIX: Go through all SSPI functions and verify what needs to be freed 23 #include <sspi.h> 31 PSecurityFunctionTable sspi; member in struct:tls_global 70 global->sspi = pInitSecurityInterface(); 71 if (global->sspi == NULL) { 153 global->sspi->DeleteSecurityContext(&conn->context); 238 status = global->sspi->InitializeSecurityContextW( 243 status = global->sspi->InitializeSecurityContextA( 264 global->sspi->FreeContextBuffer(outbufs[0].pvBuffer); 291 status = global->sspi->QueryContextAttributes [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
sec_buffer.h | 44 // Uses the SSPI to free a pointer, must be 45 // used for buffers returned from SSPI APIs.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sec_buffer.h | 44 // Uses the SSPI to free a pointer, must be 45 // used for buffers returned from SSPI APIs.
|
/external/chromium/net/base/ |
net_error_list.h | 427 // An unexpected, but documented, SSPI or GSSAPI status code was returned. 434 // An undocumented SSPI or GSSAPI status code was returned.
|
/external/chromium_org/net/base/ |
net_error_list.h | 514 // An unexpected, but documented, SSPI or GSSAPI status code was returned. 521 // An undocumented SSPI or GSSAPI status code was returned.
|
/external/iptables/extensions/ |
libxt_policy.c | 270 printf(" %sspi 0x%x", prefix, e->spi);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 128 SSPI_LOGON = chr(139) # TELOPT SSPI LOGON
|