OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numprompts
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
auth-chall.c
49
u_int i,
numprompts
;
local
63
&
numprompts
, &prompts, &echo_on)) {
68
if (
numprompts
< 1)
69
fatal("get_challenge:
numprompts
< 1");
71
for (i = 0; i <
numprompts
; i++)
84
u_int i,
numprompts
, *echo_on;
local
98
&
numprompts
, &prompts, &echo_on)) != 0)
100
if (
numprompts
== 0 &&
104
for (i = 0; i <
numprompts
; i++)
monitor.c
882
u_int
numprompts
;
local
887
success = bsdauth_query(authctxt, &name, &infotxt, &
numprompts
,
[
all
...]
Completed in 24 milliseconds