Lines Matching defs:cauthctxt
312 struct cauthctxt { struct
313 const char *server_user;
314 const char *local_user;
315 const char *host;
316 const char *service;
317 struct cauthmethod *method;
318 sig_atomic_t success;
319 char *authlist;
322 gss_OID_set gss_supported_mechs;
323 u_int mech_tried;
326 struct idlist keys;
327 int agent_fd;
329 Sensitive *sensitive;
330 char *oktypes, *ktypes;
331 const char *active_ktype;
333 int info_req_seen;
334 int attempt_kbdint;
336 int attempt_passwd;
338 void *methoddata;