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;
243 typedef struct Authmethod Authmethod; typedef276 struct Authmethod { struct277 char *name; /* string to compare against server's list */278 int (*userauth)(Authctxt *authctxt);279 void (*cleanup)(Authctxt *authctxt);280 int *enabled; /* flag in option struct that enables method */281 int *batch_flag; /* flag in option struct that disables method */