Searched defs:extended_options (Results 1 – 1 of 1) sorted by relevance
19 struct extended_options { struct20 krb5_get_init_creds_opt opt;21 int num_preauth_data;22 krb5_gic_opt_pa_data *preauth_data;23 char *fast_ccache_name;24 krb5_ccache in_ccache;25 krb5_ccache out_ccache;26 krb5_flags fast_flags;27 krb5_expire_callback_func expire_cb;28 void *expire_data;[all …]