Searched defs:krb5plugin_preauth_client_ftable_v1 (Results 1 – 1 of 1) sorted by relevance
244 typedef struct krb5plugin_preauth_client_ftable_v1 { struct246 char *name;250 krb5_preauthtype *pa_type_list;254 krb5_enctype *enctype_list;262 preauth_client_plugin_init_proc init;263 preauth_client_plugin_fini_proc fini;268 preauth_client_get_flags_proc flags;275 preauth_client_request_init_proc request_init;276 preauth_client_request_fini_proc request_fini;301 } krb5plugin_preauth_client_ftable_v1; argument