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

  /external/chromium_org/net/http/
http_auth_sspi_win.h 65 virtual SECURITY_STATUS DeleteSecurityContext(PCtxtHandle phContext) = 0;
117 virtual SECURITY_STATUS DeleteSecurityContext(PCtxtHandle phContext) {
118 return ::DeleteSecurityContext(phContext);
mock_sspi_library_win.h 49 virtual SECURITY_STATUS DeleteSecurityContext(PCtxtHandle phContext);
mock_sspi_library_win.cc 81 SECURITY_STATUS MockSSPILibrary::DeleteSecurityContext(PCtxtHandle phContext) {
http_auth_sspi_win.cc 224 library_->DeleteSecurityContext(&ctxt_);
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 153 global->sspi->DeleteSecurityContext(&conn->context);
442 global->sspi->DeleteSecurityContext(&conn->context);
  /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...]
  /external/chromium_org/third_party/webrtc/base/
schanneladapter.cc 375 DeleteSecurityContext(&impl_->ctx);
httpcommon.cc 730 DeleteSecurityContext(&ctx);

Completed in 362 milliseconds