Home
last modified time | relevance | path

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

/external/openssh/
Dauth.h49 typedef struct Authctxt Authctxt; typedef
53 struct Authctxt { struct
54 sig_atomic_t success;
55 int authenticated; /* authenticated and alarms cancelled */
56 int postponed; /* authentication needs another step */
57 int valid; /* user exists and is allowed to login */
58 int attempt;
59 int failures;
60 int server_caused_failure;
61 int force_pwchange;
[all …]
Dsshconnect2.c257 typedef struct cauthctxt Authctxt; typedef