Home
last modified time | relevance | path

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

/external/openssh/
Dauth.h50 typedef struct KbdintDevice KbdintDevice; typedef
105 struct KbdintDevice struct
107 const char *name;
108 void* (*init_ctx)(Authctxt*);
109 int (*query)(void *ctx, char **name, char **infotxt,
111 int (*respond)(void *ctx, u_int numresp, char **responses);
112 void (*free_ctx)(void *ctx);