Searched refs:prompts (Results 1 - 11 of 11) sorted by relevance

/external/openssh/
H A Dauth-chall.c52 char *challenge, *name, *info, **prompts; local
67 &numprompts, &prompts, &echo_on)) {
74 challenge = xstrdup(prompts[0]);
76 free(prompts[i]);
77 free(prompts);
87 char *resp[1], *name, *info, **prompts; local
102 &numprompts, &prompts, &echo_on)) != 0)
109 free(prompts[i]);
110 free(prompts);
H A Dauth-bsdauth.c54 u_int *numprompts, char ***prompts, u_int **echo_on)
61 *prompts = NULL;
90 *prompts = xcalloc(*numprompts, sizeof(char *));
92 (*prompts)[0] = xstrdup(challenge);
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)
66 *prompts = xcalloc(*numprompts, sizeof(char *));
69 xasprintf(*prompts, "%s%s", challenge, SKEY_PROMPT);
52 skey_query(void *ctx, char **name, char **infotxt, u_int* numprompts, char ***prompts, u_int **echo_on) argument
H A Dauth-pam.c715 u_int *num, char ***prompts, u_int **echo_on)
728 *prompts = xmalloc(sizeof(char *));
729 **prompts = NULL;
741 **prompts = xrealloc(**prompts, 1, len);
742 strlcpy(**prompts + plen, msg, len - plen);
751 **prompts = xrealloc(**prompts, 1, len);
752 strlcpy(**prompts + plen, msg, len - plen);
754 strlcat(**prompts
714 sshpam_query(void *ctx, char **name, char **info, u_int *num, char ***prompts, u_int **echo_on) argument
[all...]
H A Dauth2-chall.c253 char *name, *instr, **prompts; local
258 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
267 packet_put_cstring(prompts[i]);
274 free(prompts[i]);
275 free(prompts);
H A Dmonitor_wrap.c632 u_int *num, char ***prompts, u_int **echo_on)
651 *prompts = xcalloc((*num + 1), sizeof(char *));
654 (*prompts)[i] = buffer_get_string(&m, NULL);
732 char ***prompts, u_int **echo_on)
737 *prompts = xcalloc(*numprompts, sizeof(char *));
744 u_int *numprompts, char ***prompts, u_int **echo_on)
768 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
769 (*prompts)[0] = challenge;
802 u_int *numprompts, char ***prompts, u_int **echo_on)
828 mm_chall_setup(name, infotxt, numprompts, prompts, echo_o
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 Dmonitor.c949 char **prompts; local
953 &prompts, &echo_on) < 0 ? 0 : 1;
958 buffer_put_cstring(m, prompts[0]);
966 free(prompts);
1111 char *name = NULL, *info = NULL, **prompts = NULL; local
1117 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on);
1130 buffer_put_cstring(m, prompts[i]);
1131 free(prompts[i]);
1134 free(prompts);
/external/lldb/test/pexpect-2.4/examples/
H A Drippy.py14 Run the script with no arguments to start with interactive prompts:
83 # This giant section defines the prompts and defaults used in interactive mode.
116 # The 'prompts' dictionary holds all the messages shown to the user in
117 # interactive mode. The 'prompts' dictionary schema is defined as follows:
120 prompts = { variable
750 global prompts, prompts_key_order
762 for k in prompts:
763 level = prompts[k][3]
766 level_sort[level] += " " + prompts[k][1] + "\n"
767 level_sort_string = "This sets the level for advanced options prompts
[all...]
/external/openssh/contrib/redhat/
H A Dopenssh.spec677 - Merge multiple PAM text messages into subsequent prompts when possible when
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl1609 Set the env var SSVNC_NO_ENC_WARN=1 to skip the warning prompts the
2512 will be run in an xterm for passphrase authentication, prompts
2637 "login:" and "Password:" prompts in the viewer window.
14565 all prompts will be done via popup window.

Completed in 422 milliseconds