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

  /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 50 INIT_SECURITY_INTERFACE pInitSecurityInterface;
59 pInitSecurityInterface = (INIT_SECURITY_INTERFACE) GetProcAddress(
61 if (pInitSecurityInterface == NULL) {
70 global->sspi = pInitSecurityInterface();

Completed in 50 milliseconds