Home
last modified time | relevance | path

Searched defs:Authmethod (Results 1 – 2 of 2) sorted by relevance

/trueos/crypto/openssh/
HDauth.h46 typedef struct Authmethod Authmethod; typedef
86 struct Authmethod { struct
87 char *name;
88 int (*userauth)(Authctxt *authctxt);
89 int *enabled;
HDsshconnect2.c254 typedef struct Authmethod Authmethod; typedef
287 struct Authmethod { struct
288 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 */