HomeSort by relevance Sort by last modified time
    Searched refs:prompts (Results 1 - 14 of 14) sorted by null

  /external/openssh/
auth-bsdauth.c 54 u_int *numprompts, char ***prompts, u_int **echo_on)
61 *prompts = NULL;
90 *prompts = xcalloc(*numprompts, sizeof(char *));
92 (*prompts)[0] = xstrdup(challenge);
auth-skey.c 53 u_int* numprompts, char ***prompts, u_int **echo_on)
66 *prompts = xcalloc(*numprompts, sizeof(char *));
69 xasprintf(*prompts, "%s%s", challenge, SKEY_PROMPT);
auth-pam.c 715 u_int *num, char ***prompts, u_int **echo_on)
729 *prompts = xmalloc(sizeof(char *));
730 **prompts = NULL;
742 **prompts = xreallocarray(**prompts, 1, len);
743 strlcpy(**prompts + plen, msg, len - plen);
752 **prompts = xreallocarray(**prompts, 1, len);
753 strlcpy(**prompts + plen, msg, len - plen);
755 strlcat(**prompts + plen, "\n", len - plen)
    [all...]
auth2-chall.c 258 char *name, *instr, **prompts; local
263 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
272 packet_put_cstring(prompts[i]);
279 free(prompts[i]);
280 free(prompts);
monitor_wrap.c 623 u_int *num, char ***prompts, u_int **echo_on)
643 *prompts = xcalloc((*num + 1), sizeof(char *));
646 (*prompts)[i] = buffer_get_string(&m, NULL);
702 char ***prompts, u_int **echo_on)
707 *prompts = xcalloc(*numprompts, sizeof(char *));
714 u_int *numprompts, char ***prompts, u_int **echo_on)
738 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
739 (*prompts)[0] = challenge;
772 u_int *numprompts, char ***prompts, u_int **echo_on)
798 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on)
    [all...]
auth.h 110 u_int *numprompts, char ***prompts, u_int **echo_on);
monitor.c 866 char **prompts; local
872 &prompts, &echo_on) < 0 ? 0 : 1;
877 buffer_put_cstring(m, prompts[0]);
885 free(prompts);
1035 char *name = NULL, *info = NULL, **prompts = NULL; local
1044 &num, &prompts, &echo_on);
1059 buffer_put_cstring(m, prompts[i]);
1060 free(prompts[i]);
1063 free(prompts);
    [all...]
  /external/u-boot/scripts/kconfig/
streamline_config.pl 146 my %prompts;
240 # configs without prompts must be selected
243 $prompts{$config} = 1;
566 if (!defined($prompts{$config}) && defined($selects{$config})) {
  /external/syzkaller/vendor/google.golang.org/appengine/user/
user.go 48 // LoginURL returns a URL that, when visited, prompts the user to sign in,
  /external/u-boot/tools/buildman/
kconfiglib.py     [all...]
  /external/scapy/scapy/
themes.py 295 from IPython.terminal.prompts import Prompts, Token
303 if isinstance(conf.prompt, Prompts):
306 class ClassicPrompt(Prompts):
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 232 final int [] prompts = {R.drawable.prompt_x, R.drawable.prompt_y, R.drawable.prompt_z}; local
235 imageView.setImageResource(prompts[axis-1]);
    [all...]
  /external/curl/lib/
ssh.c 197 const LIBSSH2_USERAUTH_KBDINT_PROMPT *prompts,
219 (void)prompts;
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 674 - Merge multiple PAM text messages into subsequent prompts when possible when

Completed in 1704 milliseconds