Searched refs:echo_on (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | auth-bsdauth.c | 52 u_int *numprompts, char ***prompts, u_int **echo_on) in bsdauth_query() argument 60 *echo_on = NULL; in bsdauth_query() 89 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in bsdauth_query()
|
| H A D | auth2-chall.c | 258 u_int r, i, *echo_on; in send_userauth_info_request() local 262 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on)) in send_userauth_info_request() 273 (r = sshpkt_put_u8(ssh, echo_on[i])) != 0) in send_userauth_info_request() 283 free(echo_on); in send_userauth_info_request()
|
| H A D | monitor_wrap.c | 763 u_int *num, char ***prompts, u_int **echo_on) in mm_sshpam_query() argument 787 *echo_on = xcalloc((*num + 1), sizeof(u_int)); in mm_sshpam_query() 790 (r = sshbuf_get_u32(m, &((*echo_on)[i]))) != 0) in mm_sshpam_query() 922 char ***prompts, u_int **echo_on) in mm_chall_setup() argument 928 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in mm_chall_setup() 929 (*echo_on)[0] = 0; in mm_chall_setup() 934 u_int *numprompts, char ***prompts, u_int **echo_on) in mm_bsdauth_query() argument 962 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on); in mm_bsdauth_query()
|
| H A D | auth-pam.c | 845 u_int *num, char ***prompts, u_int **echo_on) in sshpam_query() argument 863 *echo_on = xmalloc(sizeof(u_int)); in sshpam_query() 878 **echo_on = (type == PAM_PROMPT_ECHO_ON); in sshpam_query() 907 **echo_on = 0; in sshpam_query() 934 **echo_on = 0; in sshpam_query() 948 **echo_on = 0; in sshpam_query()
|
| H A D | auth.h | 130 u_int *numprompts, char ***prompts, u_int **echo_on);
|
| H A D | monitor.c | 1043 u_int numprompts, *echo_on, success; in mm_answer_bsdauthquery() local 1050 &prompts, &echo_on) < 0 ? 0 : 1; in mm_answer_bsdauthquery() 1067 free(echo_on); in mm_answer_bsdauthquery() 1174 u_int i, num = 0, *echo_on = 0; in mm_answer_pam_query() local 1182 &num, &prompts, &echo_on); in mm_answer_pam_query() 1199 (r = sshbuf_put_u32(m, echo_on[i])) != 0) in mm_answer_pam_query() 1204 free(echo_on); in mm_answer_pam_query()
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/stacked/ |
| H A D | prompt-principal | 22 echo_on = Principal: |%u
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/no-cache/ |
| H A D | prompt-principal | 22 echo_on = Principal: |%u
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/password/ |
| H A D | prompt-principal | 18 echo_on = Principal: |%u
|
| /freebsd/contrib/pam-krb5/tests/fakepam/ |
| H A D | README | 251 The <type> is the style of prompt, chosen from "echo_off", "echo_on",
|