Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dauth.h58 typedef struct Authctxt Authctxt; typedef
80 struct Authctxt { struct
81 int success;
82 int valid;
83 int attempt; /* all userauth attempt count */
84 int init_attempt; /* passwd/kbd-int attempt count */
85 int failures;
86 int init_failures;
87 int unwind_dispatch_loop;
88 int v1_auth_type;
[all …]
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c200 typedef struct Authctxt Authctxt; typedef
207 struct Authctxt { struct
229 int (*userauth)(Authctxt *authctxt); argument