Home | History | Annotate | Download | only in openssh

Lines Matching full:echo_on

840     u_int *num, char ***prompts, u_int **echo_on)
860 *echo_on = xcalloc((*num + 1), sizeof(u_int));
863 (*echo_on)[i] = buffer_get_int(&m);
938 char ***prompts, u_int **echo_on)
944 *echo_on = xcalloc(*numprompts, sizeof(u_int));
945 (*echo_on)[0] = 0;
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);