Searched refs:echo_on (Results 1 - 8 of 8) sorted by relevance

/external/openssh/
H A Dauth-chall.c52 u_int *echo_on; local
65 &numprompts, &prompts, &echo_on)) {
77 free(echo_on);
86 u_int i, numprompts, *echo_on; local
100 &numprompts, &prompts, &echo_on)) != 0)
110 free(echo_on);
H A Dauth-bsdauth.c54 u_int *numprompts, char ***prompts, u_int **echo_on)
62 *echo_on = NULL;
91 *echo_on = xcalloc(*numprompts, sizeof(u_int));
53 bsdauth_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
H A Dauth-skey.c53 u_int* numprompts, char ***prompts, u_int **echo_on)
67 *echo_on = xcalloc(*numprompts, sizeof(u_int));
52 skey_query(void *ctx, char **name, char **infotxt, u_int* numprompts, char ***prompts, u_int **echo_on) argument
H A Dauth2-chall.c259 u_int i, *echo_on; local
263 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
273 packet_put_char(echo_on[i]);
281 free(echo_on);
H A Dmonitor_wrap.c632 u_int *num, char ***prompts, u_int **echo_on)
652 *echo_on = xcalloc((*num + 1), sizeof(u_int));
655 (*echo_on)[i] = buffer_get_int(&m);
732 char ***prompts, u_int **echo_on)
738 *echo_on = xcalloc(*numprompts, sizeof(u_int));
739 (*echo_on)[0] = 0;
744 u_int *numprompts, char ***prompts, u_int **echo_on)
768 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
802 u_int *numprompts, char ***prompts, u_int **echo_on)
828 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
631 mm_sshpam_query(void *ctx, char **name, char **info, u_int *num, char ***prompts, u_int **echo_on) argument
731 mm_chall_setup(char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
743 mm_bsdauth_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
801 mm_skey_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
[all...]
H A Dauth.h110 u_int *numprompts, char ***prompts, u_int **echo_on);
H A Dauth-pam.c715 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;
714 sshpam_query(void *ctx, char **name, char **info, u_int *num, char ***prompts, u_int **echo_on) argument
H A Dmonitor.c948 u_int *echo_on; local
953 &prompts, &echo_on) < 0 ? 0 : 1;
967 free(echo_on);
1110 u_int i, num = 0, *echo_on = 0; local
1115 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on);
1130 buffer_put_int(m, echo_on[i]);
1133 free(echo_on);

Completed in 1961 milliseconds