HomeSort by: relevance | last modified time | path
    Searched refs:echo_on (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth-bsdauth.c 54 u_int *numprompts, char ***prompts, u_int **echo_on)
62 *echo_on = NULL;
91 *echo_on = xcalloc(*numprompts, sizeof(u_int));
auth-skey.c 58 u_int* numprompts, char ***prompts, u_int **echo_on)
71 *echo_on = xcalloc(*numprompts, sizeof(u_int));
auth2-chall.c 272 u_int i, *echo_on; local
276 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
287 (r = sshpkt_put_u8(ssh, echo_on[i])) != 0)
297 free(echo_on);
monitor_wrap.c 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);
    [all...]
auth.h 134 u_int *numprompts, char ***prompts, u_int **echo_on);
auth-pam.c 867 u_int *num, char ***prompts, u_int **echo_on)
885 *echo_on = xmalloc(sizeof(u_int));
900 **echo_on = (type == PAM_PROMPT_ECHO_ON);
929 **echo_on = 0;
956 **echo_on = 0;
969 **echo_on = 0;
monitor.c 1025 u_int numprompts, *echo_on, success; local
1032 &prompts, &echo_on) < 0 ? 0 : 1;
1049 free(echo_on);
1207 u_int i, num, *echo_on; local
1215 &num, &prompts, &echo_on);
1232 (r = sshbuf_put_u32(m, echo_on[i])) != 0)
1237 free(echo_on);
  /src/usr.sbin/ldpd/
ldp_command.c 68 static void echo_on(int s);
248 echo_on(cs->socket);
253 echo_on(cs->socket);
300 echo_on(int s) function

Completed in 125 milliseconds