Lines Matching defs:cauthctxt
313 struct cauthctxt { struct
314 const char *server_user;
315 const char *local_user;
316 const char *host;
317 const char *service;
318 struct cauthmethod *method;
319 sig_atomic_t success;
320 char *authlist;
323 gss_OID_set gss_supported_mechs;
324 u_int mech_tried;
327 struct idlist keys;
328 int agent_fd;
330 Sensitive *sensitive;
331 char *oktypes, *ktypes;
332 const char *active_ktype;
334 int info_req_seen;
335 int attempt_kbdint;
337 int attempt_passwd;
339 void *methoddata;