Searched defs:pInitSecurityInterface (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_schannel.c50 INIT_SECURITY_INTERFACE pInitSecurityInterface; local
59 pInitSecurityInterface = (INIT_SECURITY_INTERFACE) GetProcAddress(
61 if (pInitSecurityInterface == NULL) {
70 global->sspi = pInitSecurityInterface();
/external/wpa_supplicant_8/src/crypto/
H A Dtls_schannel.c50 INIT_SECURITY_INTERFACE pInitSecurityInterface; local
59 pInitSecurityInterface = (INIT_SECURITY_INTERFACE) GetProcAddress(
61 if (pInitSecurityInterface == NULL) {
70 global->sspi = pInitSecurityInterface();
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_schannel.c50 INIT_SECURITY_INTERFACE pInitSecurityInterface; local
59 pInitSecurityInterface = (INIT_SECURITY_INTERFACE) GetProcAddress(
61 if (pInitSecurityInterface == NULL) {
70 global->sspi = pInitSecurityInterface();

Completed in 894 milliseconds