Home
last modified time | relevance | path

Searched refs:numprompts (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dauth-bsdauth.c54 u_int *numprompts, char ***prompts, u_int **echo_on) in bsdauth_query() argument
60 *numprompts = 0; in bsdauth_query()
89 *numprompts = 1; in bsdauth_query()
90 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query()
91 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in bsdauth_query()
Dauth-skey.c53 u_int* numprompts, char ***prompts, u_int **echo_on) in skey_query() argument
65 *numprompts = 1; in skey_query()
66 *prompts = xcalloc(*numprompts, sizeof(char *)); in skey_query()
67 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in skey_query()
Dmonitor_wrap.c701 mm_chall_setup(char **name, char **infotxt, u_int *numprompts, in mm_chall_setup() argument
706 *numprompts = 1; in mm_chall_setup()
707 *prompts = xcalloc(*numprompts, sizeof(char *)); in mm_chall_setup()
708 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in mm_chall_setup()
714 u_int *numprompts, char ***prompts, u_int **echo_on) in mm_bsdauth_query() argument
738 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on); in mm_bsdauth_query()
772 u_int *numprompts, char ***prompts, u_int **echo_on) in mm_skey_query() argument
798 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on); in mm_skey_query()
Dauth.h110 u_int *numprompts, char ***prompts, u_int **echo_on);
Dmonitor.c864 u_int numprompts; in mm_answer_bsdauthquery() local
871 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts, in mm_answer_bsdauthquery()