OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numprompts
(Results
1 - 6
of
6
) 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++)
auth-skey.c
53
u_int*
numprompts
, char ***prompts, u_int **echo_on)
65
*
numprompts
= 1;
66
*prompts = xcalloc(*
numprompts
, sizeof(char *));
67
*echo_on = xcalloc(*
numprompts
, sizeof(u_int));
auth-bsdauth.c
54
u_int *
numprompts
, char ***prompts, u_int **echo_on)
60
*
numprompts
= 0;
89
*
numprompts
= 1;
90
*prompts = xcalloc(*
numprompts
, sizeof(char *));
91
*echo_on = xcalloc(*
numprompts
, sizeof(u_int));
monitor_wrap.c
731
mm_chall_setup(char **name, char **infotxt, u_int *
numprompts
,
736
*
numprompts
= 1;
737
*prompts = xcalloc(*
numprompts
, sizeof(char *));
738
*echo_on = xcalloc(*
numprompts
, sizeof(u_int));
744
u_int *
numprompts
, char ***prompts, u_int **echo_on)
768
mm_chall_setup(name, infotxt,
numprompts
, prompts, echo_on);
802
u_int *
numprompts
, char ***prompts, u_int **echo_on)
828
mm_chall_setup(name, infotxt,
numprompts
, prompts, echo_on);
auth.h
110
u_int *
numprompts
, char ***prompts, u_int **echo_on);
monitor.c
947
u_int
numprompts
;
local
952
success = bsdauth_query(authctxt, &name, &infotxt, &
numprompts
,
[
all
...]
Completed in 46 milliseconds