/external/openssh/ |
H A D | auth-chall.c | 52 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 D | 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)); 53 bsdauth_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
|
H A D | auth-skey.c | 53 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 D | auth2-chall.c | 259 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 D | monitor_wrap.c | 632 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 D | auth.h | 110 u_int *numprompts, char ***prompts, u_int **echo_on);
|
H A D | 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; 714 sshpam_query(void *ctx, char **name, char **info, u_int *num, char ***prompts, u_int **echo_on) argument
|
H A D | monitor.c | 948 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);
|