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

  /external/chromium_org/net/http/
mock_sspi_library_win.cc 81 SECURITY_STATUS MockSSPILibrary::DeleteSecurityContext(PCtxtHandle phContext) {
http_auth_sspi_win.h 65 virtual SECURITY_STATUS DeleteSecurityContext(PCtxtHandle phContext) = 0;
117 virtual SECURITY_STATUS DeleteSecurityContext(PCtxtHandle phContext) {
118 return ::DeleteSecurityContext(phContext);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 650 KSECDDDECLSPEC SECURITY_STATUS WINAPI DeleteSecurityContext(PCtxtHandle phContext);
832 DELETE_SECURITY_CONTEXT_FN DeleteSecurityContext
    [all...]

Completed in 166 milliseconds