Searched refs:numprompts (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dauth-chall.c49 u_int i, numprompts; local
63 &numprompts, &prompts, &echo_on)) {
68 if (numprompts < 1)
69 fatal("get_challenge: numprompts < 1");
71 for (i = 0; i < numprompts; i++)
84 u_int i, numprompts, *echo_on; local
98 &numprompts, &prompts, &echo_on)) != 0)
100 if (numprompts == 0 &&
104 for (i = 0; i < numprompts; i++)
H A Dauth-skey.c53 u_int* numprompts, char ***prompts, u_int **echo_on)
65 *numprompts = 1;
66 *prompts = xcalloc(*numprompts, sizeof(char *));
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)
82 *numprompts = 1;
83 *prompts = xcalloc(*numprompts, sizeof(char *));
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 Dauth.h105 u_int *numprompts, char ***prompts, u_int **echo_on);
H A Dmonitor_wrap.c938 mm_chall_setup(char **name, char **infotxt, u_int *numprompts, argument
943 *numprompts = 1;
944 *prompts = xcalloc(*numprompts, sizeof(char *));
945 *echo_on = xcalloc(*numprompts, sizeof(u_int));
951 u_int *numprompts, char ***prompts, u_int **echo_on)
975 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
1009 u_int *numprompts, char ***prompts, u_int **echo_on)
1035 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
950 mm_bsdauth_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
1008 mm_skey_query(void *ctx, char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) argument
H A Dmonitor.c907 u_int numprompts; local
912 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts,

Completed in 118 milliseconds