HomeSort by relevance Sort by last modified time
    Searched defs:numprompts (Results 1 - 2 of 2) sorted by null

  /external/openssh/
auth-chall.c 53 u_int i, numprompts; local
67 &numprompts, &prompts, &echo_on)) {
72 if (numprompts < 1)
73 fatal("get_challenge: numprompts < 1");
75 for (i = 0; i < numprompts; i++)
88 u_int i, numprompts, *echo_on; local
102 &numprompts, &prompts, &echo_on)) != 0)
104 if (numprompts == 0 &&
108 for (i = 0; i < numprompts; i++)
monitor.c 947 u_int numprompts; local
952 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts,
    [all...]

Completed in 156 milliseconds