Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-chall.c43 u_int i, numprompts; in get_challenge() local
52 &numprompts, &prompts, &echo_on)) { in get_challenge()
57 if (numprompts < 1) in get_challenge()
60 for (i = 0; i < numprompts; i++) in get_challenge()
H A Dauth-skey.c44 u_int* numprompts, char ***prompts, u_int **echo_on) in skey_query() argument
56 *numprompts = 1; in skey_query()
57 *prompts = xmalloc(*numprompts * sizeof(char *)); in skey_query()
58 *echo_on = xmalloc(*numprompts * sizeof(u_int)); in skey_query()
H A Dauth-bsdauth.c42 u_int *numprompts, char ***prompts, u_int **echo_on) in bsdauth_query() argument
72 *numprompts = 1; in bsdauth_query()
73 *prompts = xmalloc(*numprompts * sizeof(char *)); in bsdauth_query()
74 *echo_on = xmalloc(*numprompts * sizeof(u_int)); in bsdauth_query()
/titanic_41/usr/src/cmd/ssh/include/
H A Dauth.h209 u_int *numprompts, char ***prompts, u_int **echo_on);