Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth-bsdauth.c49 u_int *numprompts, char ***prompts, u_int **echo_on) in bsdauth_query() argument
55 *numprompts = 0; in bsdauth_query()
84 *numprompts = 1; in bsdauth_query()
85 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query()
86 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in bsdauth_query()
H A Dmonitor_wrap.c646 mm_chall_setup(char **name, char **infotxt, u_int *numprompts, in mm_bsdauth_query()
651 *numprompts = 1; in mm_bsdauth_query()
652 *prompts = xcalloc(*numprompts, sizeof(char *)); in mm_bsdauth_query()
653 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in mm_bsdauth_query()
659 u_int *numprompts, char ***prompts, u_int **echo_on) in mm_bsdauth_query()
687 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on); in mm_bsdauth_respond()
634 mm_chall_setup(char ** name,char ** infotxt,u_int * numprompts,char *** prompts,u_int ** echo_on) mm_chall_setup() argument
647 mm_bsdauth_query(void * ctx,char ** name,char ** infotxt,u_int * numprompts,char *** prompts,u_int ** echo_on) mm_bsdauth_query() argument
H A Dauth.h121 u_int *numprompts, char ***prompts, u_int **echo_on);
H A Dmonitor.c816 u_int numprompts, *echo_on, success; in mm_answer_bsdauthquery()
822 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts, in mm_answer_bsdauthquery()
807 u_int numprompts, *echo_on, success; mm_answer_bsdauthquery() local