Searched refs:numprompts (Results 1 - 6 of 6) sorted by relevance
/external/openssh/ |
H A D | auth-chall.c | 51 u_int i, numprompts; local 65 &numprompts, &prompts, &echo_on)) { 70 if (numprompts < 1) 71 fatal("get_challenge: numprompts < 1"); 73 for (i = 0; i < numprompts; i++) 86 u_int i, numprompts, *echo_on; local 100 &numprompts, &prompts, &echo_on)) != 0) 102 if (numprompts == 0 && 106 for (i = 0; i < numprompts; i++)
|
H A D | auth-skey.c | 53 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 D | auth-bsdauth.c | 54 u_int *numprompts, char ***prompts, u_int **echo_on) 60 *numprompts = 0; 89 *numprompts = 1; 90 *prompts = xcalloc(*numprompts, sizeof(char *)); 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 | monitor_wrap.c | 731 mm_chall_setup(char **name, char **infotxt, u_int *numprompts, argument 736 *numprompts = 1; 737 *prompts = xcalloc(*numprompts, sizeof(char *)); 738 *echo_on = xcalloc(*numprompts, sizeof(u_int)); 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); 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
|
H A D | auth.h | 110 u_int *numprompts, char ***prompts, u_int **echo_on);
|
H A D | monitor.c | 947 u_int numprompts; local 952 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts,
|
Completed in 5765 milliseconds