Searched defs:Authmethod (Results 1 – 2 of 2) sorted by relevance
52 typedef struct Authmethod Authmethod; typedef113 struct Authmethod { struct114 struct authmethod_cfg *cfg;115 int (*userauth)(struct ssh *, const char *);
298 typedef struct cauthmethod Authmethod; typedef