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

/freebsd-10.0-release/crypto/openssh/
H A Dauth-chall.c50 u_int *echo_on; local
63 &numprompts, &prompts, &echo_on)) {
75 free(echo_on);
84 u_int i, numprompts, *echo_on; local
98 &numprompts, &prompts, &echo_on)) != 0)
108 free(echo_on);
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 Dauth-bsdauth.c52 u_int *numprompts, char ***prompts, u_int **echo_on)
84 *echo_on = xcalloc(*numprompts, sizeof(u_int));
51 bsdauth_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
H A Dauth2-chall.c253 u_int i, *echo_on; local
257 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
267 packet_put_char(echo_on[i]);
275 free(echo_on);
H A Dmonitor_wrap.c841 u_int *num, char ***prompts, u_int **echo_on)
861 *echo_on = xcalloc((*num + 1), sizeof(u_int));
864 (*echo_on)[i] = buffer_get_int(&m);
939 char ***prompts, u_int **echo_on)
945 *echo_on = xcalloc(*numprompts, sizeof(u_int));
946 (*echo_on)[0] = 0;
951 u_int *numprompts, char ***prompts, u_int **echo_on)
975 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
1009 u_int *numprompts, char ***prompts, u_int **echo_on)
1035 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
840 mm_sshpam_query(void *ctx, char **name, char **info, u_int *num, char ***prompts, u_int **echo_on) argument
938 mm_chall_setup(char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
950 mm_bsdauth_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
1008 mm_skey_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
[all...]
H A Dauth.h105 u_int *numprompts, char ***prompts, u_int **echo_on);
H A Dauth-pam.c713 u_int *num, char ***prompts, u_int **echo_on)
729 *echo_on = xmalloc(sizeof(u_int));
742 **echo_on = (type == PAM_PROMPT_ECHO_ON);
765 **echo_on = 0;
789 **echo_on = 0;
801 **echo_on = 0;
712 sshpam_query(void *ctx, char **name, char **info, u_int *num, char ***prompts, u_int **echo_on) argument
H A Dmonitor.c908 u_int *echo_on; local
913 &prompts, &echo_on) < 0 ? 0 : 1;
927 free(echo_on);
1072 u_int i, num = 0, *echo_on = 0; local
1077 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on);
1092 buffer_put_int(m, echo_on[i]);
1095 free(echo_on);

Completed in 190 milliseconds