Home
last modified time | relevance | path

Searched defs:Authctxt (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dauth.h45 typedef struct Authctxt Authctxt; typedef
49 struct Authctxt { struct
50 sig_atomic_t success;
51 int authenticated; /* authenticated and alarms cancelled */
52 int postponed; /* authentication needs another step */
53 int valid; /* user exists and is allowed to login */
54 int attempt;
55 int failures;
56 int server_caused_failure;
57 int force_pwchange;
[all …]
Dsshconnect2.c239 typedef struct Authctxt Authctxt; typedef
254 struct Authctxt { struct
274 int (*userauth)(Authctxt *authctxt); argument