Searched defs:Authmethod (Results 1 – 2 of 2) sorted by relevance
46 typedef struct Authmethod Authmethod; typedef86 struct Authmethod { struct87 char *name;88 int (*userauth)(Authctxt *authctxt);89 int *enabled;
254 typedef struct Authmethod Authmethod; typedef287 struct Authmethod { struct288 char *name; /* string to compare against server's list */289 int (*userauth)(Authctxt *authctxt);290 void (*cleanup)(Authctxt *authctxt);291 int *enabled; /* flag in option struct that enables method */292 int *batch_flag; /* flag in option struct that disables method */