Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth.h51 typedef struct Authctxt Authctxt; typedef
55 struct Authctxt { struct
56 sig_atomic_t success;
57 int authenticated; /* authenticated and alarms cancelled */
58 int postponed; /* authentication needs another step */
59 int valid; /* user exists and is allowed to login */
60 int attempt;
61 int failures;
62 int server_caused_failure;
63 int force_pwchange;
[all …]
H A Dsshconnect2.c298 typedef struct cauthctxt Authctxt; typedef