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 731 mm_chall_setup(char **name, char **infotxt, u_int *numprompts,
735 *infotxt = xstrdup("");
743 mm_bsdauth_query(void *ctx, char **name, char **infotxt,
768 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
801 mm_skey_query(void *ctx, char **name, char **infotxt,
828 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
monitor.c 946 char *name, *infotxt; local
952 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts,
965 free(infotxt);
    [all...]

Completed in 107 milliseconds