Searched defs:Authctxt (Results 1 – 2 of 2) sorted by relevance
58 typedef struct Authctxt Authctxt; typedef80 struct Authctxt { struct81 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 …]
200 typedef struct Authctxt Authctxt; typedef207 struct Authctxt { struct229 int (*userauth)(Authctxt *authctxt); argument