OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:infotxt
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
auth-skey.c
52
skey_query(void *ctx, char **name, char **
infotxt
,
64
*
infotxt
= xstrdup("");
auth-bsdauth.c
51
bsdauth_query(void *ctx, char **name, char **
infotxt
,
81
*
infotxt
= xstrdup("");
monitor_wrap.c
937
mm_chall_setup(char **name, char **
infotxt
, u_int *numprompts,
941
*
infotxt
= xstrdup("");
949
mm_bsdauth_query(void *ctx, char **name, char **
infotxt
,
974
mm_chall_setup(name,
infotxt
, numprompts, prompts, echo_on);
1007
mm_skey_query(void *ctx, char **name, char **
infotxt
,
1034
mm_chall_setup(name,
infotxt
, numprompts, prompts, echo_on);
[
all
...]
auth.h
101
int (*query)(void *ctx, char **name, char **
infotxt
,
monitor.c
881
char *name, *
infotxt
;
local
887
success = bsdauth_query(authctxt, &name, &
infotxt
, &numprompts,
900
xfree(
infotxt
);
[
all
...]
Completed in 64 milliseconds