Searched defs:Authmethod (Results 1 – 2 of 2) sorted by relevance
46 typedef struct Authmethod Authmethod; typedef84 struct Authmethod { struct85 char *name;86 int (*userauth)(Authctxt *authctxt);87 int *enabled;
240 typedef struct Authmethod Authmethod; typedef272 struct Authmethod { struct273 char *name; /* string to compare against server's list */274 int (*userauth)(Authctxt *authctxt);275 void (*cleanup)(Authctxt *authctxt);276 int *enabled; /* flag in option struct that enables method */277 int *batch_flag; /* flag in option struct that disables method */