Lines Matching defs:cauthctxt
273 struct cauthctxt { struct
274 const char *server_user;
275 const char *local_user;
276 const char *host;
277 const char *service;
278 struct cauthmethod *method;
279 sig_atomic_t success;
280 char *authlist;
283 gss_OID_set gss_supported_mechs;
284 u_int mech_tried;
287 struct idlist keys;
288 int agent_fd;
290 Sensitive *sensitive;
291 char *oktypes, *ktypes;
292 const char *active_ktype;
294 int info_req_seen;
295 int attempt_kbdint;
297 int attempt_passwd;
299 void *methoddata;