Home
last modified time | relevance | path

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

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/leashdll/
H A Dleashdll.c10 HINSTANCE hSecur32 = 0; variable
294 LoadFuncs(SECUR32_DLL, lsa_fi, &hSecur32, 0, 1, 1, 1); in DllMain()
343 if (hSecur32) in DllMain()
344 FreeLibrary(hSecur32); in DllMain()
/dports/security/krb5/krb5-1.19.2/src/windows/leashdll/
H A Dleashdll.c10 HINSTANCE hSecur32 = 0; variable
294 LoadFuncs(SECUR32_DLL, lsa_fi, &hSecur32, 0, 1, 1, 1); in DllMain()
343 if (hSecur32) in DllMain()
344 FreeLibrary(hSecur32); in DllMain()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/sysdeps/
H A Dwin32.c961 static HINSTANCE hSecur32 = NULL; variable
1191 hSecur32 = LoadLibraryW(L"secur32.dll"); in gkrellm_sys_proc_init()
1192 if (hSecur32 != NULL) in gkrellm_sys_proc_init()
1196 pfLELS = (pfLsaEnumerateLogonSessions)GetProcAddress(hSecur32, in gkrellm_sys_proc_init()
1204 pfLFRB = (pfLsaFreeReturnBuffer)GetProcAddress(hSecur32, in gkrellm_sys_proc_init()
1212 pfLGLSD = (pfLsaGetLogonSessionData)GetProcAddress(hSecur32, in gkrellm_sys_proc_init()
1250 if (hSecur32 != NULL) in gkrellm_sys_proc_cleanup()
1251 FreeLibrary(hSecur32); in gkrellm_sys_proc_cleanup()
1252 hSecur32 = NULL; in gkrellm_sys_proc_cleanup()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c284 static HINSTANCE hSecur32 = 0; variable
377 LoadFuncs(SECUR32_DLL, lsa_fi, &hSecur32, 0, 1, 1, 1); in KFW_initialize()
399 if (hSecur32) in KFW_cleanup()
400 FreeLibrary(hSecur32); in KFW_cleanup()
418 hSecur32 && in KFW_is_available()
/dports/security/krb5/krb5-1.19.2/src/windows/kfwlogon/
H A Dkfwcommon.c284 static HINSTANCE hSecur32 = 0; variable
377 LoadFuncs(SECUR32_DLL, lsa_fi, &hSecur32, 0, 1, 1, 1); in KFW_initialize()
399 if (hSecur32) in KFW_cleanup()
400 FreeLibrary(hSecur32); in KFW_cleanup()
418 hSecur32 && in KFW_is_available()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DMicrosoft.c12894 nt->hSecur32 = LoadLibrary("secur32.dll"); in MsLoadNtApiFunctions()
13141 if (nt->hSecur32 != NULL) in MsLoadNtApiFunctions()
13145 GetProcAddress(nt->hSecur32, "GetUserNameExA"); in MsLoadNtApiFunctions()
13149 GetProcAddress(nt->hSecur32, "GetUserNameExW"); in MsLoadNtApiFunctions()
13153 GetProcAddress(nt->hSecur32, "LsaConnectUntrusted"); in MsLoadNtApiFunctions()
13157 GetProcAddress(nt->hSecur32, "LsaLookupAuthenticationPackage"); in MsLoadNtApiFunctions()
13161 GetProcAddress(nt->hSecur32, "LsaLogonUser"); in MsLoadNtApiFunctions()
13165 GetProcAddress(nt->hSecur32, "LsaDeregisterLogonProcess"); in MsLoadNtApiFunctions()
13169 GetProcAddress(nt->hSecur32, "LsaFreeReturnBuffer"); in MsLoadNtApiFunctions()
13238 if (nt->hSecur32 != NULL) in MsFreeNtApiFunctions()
[all …]
H A DMicrosoft.h407 HINSTANCE hSecur32; member
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DMicrosoft.c12894 nt->hSecur32 = LoadLibrary("secur32.dll"); in MsLoadNtApiFunctions()
13141 if (nt->hSecur32 != NULL) in MsLoadNtApiFunctions()
13145 GetProcAddress(nt->hSecur32, "GetUserNameExA"); in MsLoadNtApiFunctions()
13149 GetProcAddress(nt->hSecur32, "GetUserNameExW"); in MsLoadNtApiFunctions()
13153 GetProcAddress(nt->hSecur32, "LsaConnectUntrusted"); in MsLoadNtApiFunctions()
13157 GetProcAddress(nt->hSecur32, "LsaLookupAuthenticationPackage"); in MsLoadNtApiFunctions()
13161 GetProcAddress(nt->hSecur32, "LsaLogonUser"); in MsLoadNtApiFunctions()
13165 GetProcAddress(nt->hSecur32, "LsaDeregisterLogonProcess"); in MsLoadNtApiFunctions()
13169 GetProcAddress(nt->hSecur32, "LsaFreeReturnBuffer"); in MsLoadNtApiFunctions()
13238 if (nt->hSecur32 != NULL) in MsFreeNtApiFunctions()
[all …]
H A DMicrosoft.h407 HINSTANCE hSecur32; member