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

/freebsd-10.1-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.c258 u_int i, *echo_on; local
262 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
272 packet_put_char(echo_on[i]);
280 free(echo_on);
H A Dmonitor_wrap.c838 u_int *num, char ***prompts, u_int **echo_on)
858 *echo_on = xcalloc((*num + 1), sizeof(u_int));
861 (*echo_on)[i] = buffer_get_int(&m);
936 char ***prompts, u_int **echo_on)
942 *echo_on = xcalloc(*numprompts, sizeof(u_int));
943 (*echo_on)[0] = 0;
948 u_int *numprompts, char ***prompts, u_int **echo_on)
972 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
1006 u_int *numprompts, char ***prompts, u_int **echo_on)
1032 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
837 mm_sshpam_query(void *ctx, char **name, char **info, u_int *num, char ***prompts, u_int **echo_on) argument
935 mm_chall_setup(char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
947 mm_bsdauth_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
1005 mm_skey_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
[all...]
H A Dauth.h104 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.c886 u_int *echo_on; local
891 &prompts, &echo_on) < 0 ? 0 : 1;
905 free(echo_on);
1048 u_int i, num = 0, *echo_on = 0; local
1053 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on);
1068 buffer_put_int(m, echo_on[i]);
1071 free(echo_on);

Completed in 130 milliseconds