HomeSort by relevance Sort by last modified time
    Searched refs:infotxt (Results 1 - 5 of 5) sorted by null

  /external/openssh/
auth-bsdauth.c 53 bsdauth_query(void *ctx, char **name, char **infotxt,
59 *infotxt = NULL;
88 *infotxt = xstrdup("");
auth-skey.c 52 skey_query(void *ctx, char **name, char **infotxt,
64 *infotxt = xstrdup("");
auth.h 109 int (*query)(void *ctx, char **name, char **infotxt,
monitor_wrap.c 701 mm_chall_setup(char **name, char **infotxt, u_int *numprompts,
705 *infotxt = xstrdup("");
713 mm_bsdauth_query(void *ctx, char **name, char **infotxt,
738 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
771 mm_skey_query(void *ctx, char **name, char **infotxt,
798 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
monitor.c 863 char *name, *infotxt; local
871 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts,
884 free(infotxt);
    [all...]

Completed in 106 milliseconds