Home
last modified time | relevance | path

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

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