Home
last modified time | relevance | path

Searched defs:KbdintDevice (Results 1 – 4 of 4) sorted by relevance

/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dauth.h47 typedef struct KbdintDevice KbdintDevice; typedef
96 struct KbdintDevice struct
98 const char *name;
99 void* (*init_ctx)(Authctxt*);
100 int (*query)(void *ctx, char **name, char **infotxt,
102 int (*respond)(void *ctx, u_int numresp, char **responses);
103 void (*free_ctx)(void *ctx);
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dauth.h47 typedef struct KbdintDevice KbdintDevice; typedef
99 struct KbdintDevice struct
101 const char *name;
102 void* (*init_ctx)(Authctxt*);
103 int (*query)(void *ctx, char **name, char **infotxt,
105 int (*respond)(void *ctx, u_int numresp, char **responses);
106 void (*free_ctx)(void *ctx);
/dports/security/openssh-portable/openssh-8.8p1/
H A Dauth.h51 typedef struct KbdintDevice KbdintDevice; typedef
118 struct KbdintDevice struct
120 const char *name;
121 void* (*init_ctx)(Authctxt*);
122 int (*query)(void *ctx, char **name, char **infotxt,
124 int (*respond)(void *ctx, u_int numresp, char **responses);
125 void (*free_ctx)(void *ctx);
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dauth.h53 typedef struct KbdintDevice KbdintDevice; typedef
120 struct KbdintDevice struct
122 const char *name;
123 void* (*init_ctx)(Authctxt*);
124 int (*query)(void *ctx, char **name, char **infotxt,
126 int (*respond)(void *ctx, u_int numresp, char **responses);
127 void (*free_ctx)(void *ctx);