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

  /external/wpa_supplicant/
tls_schannel.c 36 HMODULE hsecurity; member in struct:tls_global
58 global->hsecurity = LoadLibrary(TEXT("Secur32.dll"));
59 if (global->hsecurity == NULL) {
66 global->hsecurity, "InitSecurityInterfaceA");
71 FreeLibrary(global->hsecurity);
72 global->hsecurity = NULL;
81 FreeLibrary(global->hsecurity);
82 global->hsecurity = NULL;
111 FreeLibrary(global->hsecurity);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 36 HMODULE hsecurity; member in struct:tls_global
58 global->hsecurity = LoadLibrary(TEXT("Secur32.dll"));
59 if (global->hsecurity == NULL) {
66 global->hsecurity, "InitSecurityInterfaceA");
71 FreeLibrary(global->hsecurity);
72 global->hsecurity = NULL;
81 FreeLibrary(global->hsecurity);
82 global->hsecurity = NULL;
111 FreeLibrary(global->hsecurity);
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 36 HMODULE hsecurity; member in struct:tls_global
58 global->hsecurity = LoadLibrary(TEXT("Secur32.dll"));
59 if (global->hsecurity == NULL) {
66 global->hsecurity, "InitSecurityInterfaceA");
71 FreeLibrary(global->hsecurity);
72 global->hsecurity = NULL;
81 FreeLibrary(global->hsecurity);
82 global->hsecurity = NULL;
111 FreeLibrary(global->hsecurity);

Completed in 183 milliseconds