HomeSort by relevance Sort by last modified time
    Searched defs:echo_on (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth-chall.c 50 u_int *echo_on; local
63 &numprompts, &prompts, &echo_on)) {
75 xfree(echo_on);
84 u_int i, numprompts, *echo_on; local
98 &numprompts, &prompts, &echo_on)) != 0)
108 xfree(echo_on);
auth2-chall.c 251 u_int i, *echo_on; local
255 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
265 packet_put_char(echo_on[i]);
273 xfree(echo_on);
monitor.c 883 u_int *echo_on; local
888 &prompts, &echo_on) < 0 ? 0 : 1;
902 xfree(echo_on);
1043 u_int i, num = 0, *echo_on = 0; local
1048 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on);
1063 buffer_put_int(m, echo_on[i]);
1067 if (echo_on != NULL)
1068 xfree(echo_on);
    [all...]

Completed in 283 milliseconds