Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dccdefault.c33 #define LEASH_DLL "leashw64.dll" macro
35 #define LEASH_DLL "leashw32.dll" macro
77 hLeashDLL = LoadLibrary(LEASH_DLL); in krb5int_cc_default()
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshfunc.c1009 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_default_lifetime()
1160 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_default_renew_till()
1267 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_default_forwardable()
1373 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_default_renewable()
1486 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_default_noaddresses()
1591 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_default_proxiable()
1674 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_default_publicip()
1751 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_hide_kinit_options()
1830 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_default_life_min()
1907 hmLeash = GetModuleHandle(LEASH_DLL); in Leash_get_default_life_max()
[all …]
H A Dleashdll.h43 #define LEASH_DLL "leashw64.dll" macro
46 #define LEASH_DLL "leashw32.dll" macro
H A Dtimesync.c131 if ((hmLeash = GetModuleHandle(LEASH_DLL)) != NULL) in get_time_server_name()
/freebsd/crypto/krb5/src/windows/include/
H A Dloadfuncs-leash.h8 #define LEASH_DLL "leashw64.dll" macro
10 #define LEASH_DLL "leashw32.dll" macro
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dacquire_cred.c83 #define LEASH_DLL "leashw64.dll" macro
85 #define LEASH_DLL "leashw32.dll" macro
262 hLeashDLL = LoadLibrary(LEASH_DLL); in get_ccache_leash()
/freebsd/crypto/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c379 LoadFuncs(LEASH_DLL, leash_fi, &hLeash, 0, 1, 0, 0); in KFW_initialize()
381 LoadFuncs(LEASH_DLL, leash_opt_fi, &hLeashOpt, 0, 1, 0, 0); in KFW_initialize()