Home | History | Annotate | Download | only in openssh

Lines Matching refs:numprompts

937 mm_chall_setup(char **name, char **infotxt, u_int *numprompts,
942 *numprompts = 1;
943 *prompts = xcalloc(*numprompts, sizeof(char *));
944 *echo_on = xcalloc(*numprompts, sizeof(u_int));
950 u_int *numprompts, char ***prompts, u_int **echo_on)
974 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
1008 u_int *numprompts, char ***prompts, u_int **echo_on)
1034 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);