HomeSort by relevance Sort by last modified time
    Searched refs:echo_on (Results 1 - 8 of 8) 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);
auth-skey.c 53 u_int* numprompts, char ***prompts, u_int **echo_on)
67 *echo_on = xcalloc(*numprompts, sizeof(u_int));
auth-bsdauth.c 52 u_int *numprompts, char ***prompts, u_int **echo_on)
84 *echo_on = xcalloc(*numprompts, sizeof(u_int));
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_wrap.c 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);
    [all...]
auth.h 102 u_int *numprompts, char ***prompts, u_int **echo_on);
auth-pam.c 715 u_int *num, char ***prompts, u_int **echo_on)
731 *echo_on = xmalloc(sizeof(u_int));
744 **echo_on = (type == PAM_PROMPT_ECHO_ON);
767 **echo_on = 0;
791 **echo_on = 0;
803 **echo_on = 0;
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 796 milliseconds