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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_schannel.c30 HMODULE hsecurity; member in struct:tls_global
52 global->hsecurity = LoadLibrary(TEXT("Secur32.dll"));
53 if (global->hsecurity == NULL) {
60 global->hsecurity, "InitSecurityInterfaceA");
65 FreeLibrary(global->hsecurity);
66 global->hsecurity = NULL;
75 FreeLibrary(global->hsecurity);
76 global->hsecurity = NULL;
105 FreeLibrary(global->hsecurity);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_schannel.c30 HMODULE hsecurity; member in struct:tls_global
52 global->hsecurity = LoadLibrary(TEXT("Secur32.dll"));
53 if (global->hsecurity == NULL) {
60 global->hsecurity, "InitSecurityInterfaceA");
65 FreeLibrary(global->hsecurity);
66 global->hsecurity = NULL;
75 FreeLibrary(global->hsecurity);
76 global->hsecurity = NULL;
105 FreeLibrary(global->hsecurity);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_schannel.c30 HMODULE hsecurity; member in struct:tls_global
52 global->hsecurity = LoadLibrary(TEXT("Secur32.dll"));
53 if (global->hsecurity == NULL) {
60 global->hsecurity, "InitSecurityInterfaceA");
65 FreeLibrary(global->hsecurity);
66 global->hsecurity = NULL;
75 FreeLibrary(global->hsecurity);
76 global->hsecurity = NULL;
105 FreeLibrary(global->hsecurity);

Completed in 645 milliseconds