Searched refs:LEASH_DLL (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | ccdefault.c | 33 #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 D | lshfunc.c | 1009 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 D | leashdll.h | 43 #define LEASH_DLL "leashw64.dll" macro 46 #define LEASH_DLL "leashw32.dll" macro
|
H A D | timesync.c | 131 if ((hmLeash = GetModuleHandle(LEASH_DLL)) != NULL) in get_time_server_name()
|
/freebsd/crypto/krb5/src/windows/include/ |
H A D | loadfuncs-leash.h | 8 #define LEASH_DLL "leashw64.dll" macro 10 #define LEASH_DLL "leashw32.dll" macro
|
/freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
H A D | acquire_cred.c | 83 #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 D | kfwcommon.c | 379 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()
|