Searched defs:_krb5_preauth_systems (Results 1 – 1 of 1) sorted by relevance
89 typedef struct _krb5_preauth_systems { struct90 const char *name;91 int type;92 int flags;93 void *plugin_context;94 preauth_server_init_proc init;95 preauth_server_fini_proc fini;96 preauth_server_edata_proc get_edata;97 preauth_server_verify_proc verify_padata;98 preauth_server_return_proc return_padata;[all …]