HomeSort by relevance Sort by last modified time
    Searched refs:pInitSecurityInterface (Results 1 - 3 of 3) 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();
  /external/wpa_supplicant_8/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 223 milliseconds