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

  /external/wpa_supplicant/
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_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 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);
244 status = global->sspi->InitializeSecurityContextW(
249 status = global->sspi->InitializeSecurityContextA(
270 global->sspi->FreeContextBuffer(outbufs[0].pvBuffer);
297 status = global->sspi->QueryContextAttributes
    [all...]

Completed in 652 milliseconds