Lines Matching defs:cauthctxt
260 struct cauthctxt { struct
261 const char *server_user;
262 const char *local_user;
263 const char *host;
264 const char *service;
265 struct cauthmethod *method;
266 sig_atomic_t success;
267 char *authlist;
268 int attempt;
270 struct idlist keys;
271 int agent_fd;
273 Sensitive *sensitive;
274 char *oktypes, *ktypes;
275 const char *active_ktype;
277 int info_req_seen;
279 void *methoddata;