Home
last modified time | relevance | path

Searched refs:hsecurity (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/crypto/
Dtls_schannel.c36 HMODULE hsecurity; member
58 global->hsecurity = LoadLibrary(TEXT("Secur32.dll")); in schannel_load_lib()
59 if (global->hsecurity == NULL) { in schannel_load_lib()
66 global->hsecurity, "InitSecurityInterfaceA"); in schannel_load_lib()
71 FreeLibrary(global->hsecurity); in schannel_load_lib()
72 global->hsecurity = NULL; in schannel_load_lib()
81 FreeLibrary(global->hsecurity); in schannel_load_lib()
82 global->hsecurity = NULL; in schannel_load_lib()
111 FreeLibrary(global->hsecurity); in tls_deinit()