Lines Matching refs:echo_on
796 u_int *num, char ***prompts, u_int **echo_on)
820 *echo_on = xcalloc((*num + 1), sizeof(u_int));
823 (r = sshbuf_get_u32(m, &((*echo_on)[i]))) != 0)
957 char ***prompts, u_int **echo_on)
963 *echo_on = xcalloc(*numprompts, sizeof(u_int));
964 (*echo_on)[0] = 0;
970 u_int *numprompts, char ***prompts, u_int **echo_on)
998 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
1036 u_int *numprompts, char ***prompts, u_int **echo_on)
1062 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);