Searched defs:Authmethod (Results 1 – 2 of 2) sorted by relevance
47 typedef struct Authmethod Authmethod; typedef104 struct Authmethod { struct105 struct authmethod_cfg *cfg;106 int (*userauth)(struct ssh *, const char *);
290 typedef struct cauthmethod Authmethod; global() typedef [all...]