Searched defs:KbdintDevice (Results 1 – 1 of 1) sorted by relevance
53 typedef struct KbdintDevice KbdintDevice; typedef125 struct KbdintDevice struct127 const char *name;128 void* (*init_ctx)(Authctxt*);129 int (*query)(void *ctx, char **name, char **infotxt,131 int (*respond)(void *ctx, u_int numresp, char **responses);132 void (*free_ctx)(void *ctx);