Home
last modified time | relevance | path

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

/external/openssh/
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);