Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ssh/
H A Dauth.h46 typedef struct Authctxt Authctxt; typedef
50 struct Authctxt { struct
51 sig_atomic_t success;
52 int authenticated; /* authenticated and alarms cancelled */
53 int postponed; /* authentication needs another step */
54 int valid; /* user exists and is allowed to login */
55 int attempt;
56 int failures;
57 int server_caused_failure;
58 int force_pwchange;
[all …]
H A Dsshconnect2.c289 typedef struct cauthctxt Authctxt; global() typedef
[all...]