Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dauth.h59 typedef struct Authmethod Authmethod; typedef
133 struct Authmethod { struct
134 char *name;
135 int *enabled;
168 void (*abandon)(Authctxt *, Authmethod *); argument
169 void *method_data;
170 void *hist_method_data;
171 unsigned int is_initial;
172 unsigned int attempts:8;
173 unsigned int abandons:8;
[all …]
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c201 typedef struct Authmethod Authmethod; typedef
227 struct Authmethod { struct
228 char *name; /* string to compare against server's list */
229 int (*userauth)(Authctxt *authctxt);
230 void (*cleanup)(Authctxt *authctxt);
231 int *enabled; /* flag in option struct that enables method */
232 int *batch_flag; /* flag in option struct that disables method */