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

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 16 * FIX: Go through all SSPI functions and verify what needs to be freed
29 #include <sspi.h>
37 PSecurityFunctionTable sspi; member in struct:tls_global
76 global->sspi = pInitSecurityInterface();
77 if (global->sspi == NULL) {
159 global->sspi->DeleteSecurityContext(&conn->context);
245 status = global->sspi->InitializeSecurityContextW(
250 status = global->sspi->InitializeSecurityContextA(
272 global->sspi->FreeContextBuffer(outbufs[0].pvBuffer);
299 status = global->sspi->QueryContextAttributes
    [all...]
  /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...]

Completed in 17 milliseconds