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

  /external/wpa_supplicant/
tls_schannel.c 56 INIT_SECURITY_INTERFACE pInitSecurityInterface;
65 pInitSecurityInterface = (INIT_SECURITY_INTERFACE) GetProcAddress(
67 if (pInitSecurityInterface == NULL) {
76 global->sspi = pInitSecurityInterface();
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 56 INIT_SECURITY_INTERFACE pInitSecurityInterface;
65 pInitSecurityInterface = (INIT_SECURITY_INTERFACE) GetProcAddress(
67 if (pInitSecurityInterface == NULL) {
76 global->sspi = pInitSecurityInterface();

Completed in 423 milliseconds