Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth.h56 typedef struct KbdintDevice KbdintDevice; typedef
131 struct KbdintDevice struct
133 const char *name;
134 void* (*init_ctx)(Authctxt*);
135 int (*query)(void *ctx, char **name, char **infotxt,
137 int (*respond)(void *ctx, u_int numresp, char **responses);
138 void (*free_ctx)(void *ctx);