Searched refs:MAKE_FUNC_INFO (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/krb5/src/windows/leashdll/ |
H A D | leashdll.c | 131 MAKE_FUNC_INFO(krb5_change_password), 132 MAKE_FUNC_INFO(krb5_get_init_creds_opt_alloc), 133 MAKE_FUNC_INFO(krb5_get_init_creds_opt_free), 134 MAKE_FUNC_INFO(krb5_get_init_creds_opt_init), 135 MAKE_FUNC_INFO(krb5_get_init_creds_opt_set_tkt_life), 136 MAKE_FUNC_INFO(krb5_get_init_creds_opt_set_renew_life), 137 MAKE_FUNC_INFO(krb5_get_init_creds_opt_set_forwardable), 138 MAKE_FUNC_INFO(krb5_get_init_creds_opt_set_proxiable), 139 MAKE_FUNC_INFO(krb5_get_init_creds_opt_set_address_list), 140 MAKE_FUNC_INFO(krb5_get_init_creds_opt_set_out_ccache), [all …]
|
/freebsd/crypto/krb5/src/windows/kfwlogon/ |
H A D | kfwcommon.c | 155 MAKE_FUNC_INFO(cc_initialize), 156 MAKE_FUNC_INFO(cc_shutdown), 157 MAKE_FUNC_INFO(cc_get_NC_info), 158 MAKE_FUNC_INFO(cc_free_NC_info), 163 MAKE_FUNC_INFO(Leash_get_default_lifetime), 164 MAKE_FUNC_INFO(Leash_get_default_renew_till), 165 MAKE_FUNC_INFO(Leash_get_default_forwardable), 166 MAKE_FUNC_INFO(Leash_get_default_noaddresses), 167 MAKE_FUNC_INFO(Leash_get_default_proxiable), 168 MAKE_FUNC_INFO(Leash_get_default_publicip), [all …]
|
/freebsd/crypto/krb5/src/windows/leash/ |
H A D | Leash.cpp | 420 MAKE_FUNC_INFO(Leash_kdestroy), 421 MAKE_FUNC_INFO(Leash_changepwd_dlg), 422 MAKE_FUNC_INFO(Leash_changepwd_dlg_ex), 423 MAKE_FUNC_INFO(Leash_kinit_dlg), 424 MAKE_FUNC_INFO(Leash_kinit_dlg_ex), 425 MAKE_FUNC_INFO(Leash_timesync), 426 MAKE_FUNC_INFO(Leash_get_default_uppercaserealm), 427 MAKE_FUNC_INFO(Leash_set_default_uppercaserealm), 428 MAKE_FUNC_INFO(Leash_renew), 435 MAKE_FUNC_INFO(error_message), [all …]
|
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/ |
H A D | winccld.h | 25 #define MAKE_FUNC_INFO(x) { (void**) &p##x, #x } macro 35 MAKE_FUNC_INFO(cc_initialize), 38 #undef MAKE_FUNC_INFO
|
/freebsd/crypto/krb5/src/windows/include/ |
H A D | loadfuncs.h | 16 #define MAKE_FUNC_INFO(x) { (void**) &p##x, #x } macro
|