OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authmethod_lookup
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
auth2.c
99
static Authmethod *
authmethod_lookup
(const char *);
280
m =
authmethod_lookup
(method);
395
authmethod_lookup
(const char *name)
function
sshconnect2.c
318
static Authmethod *
authmethod_lookup
(const char *name);
403
authctxt.method =
authmethod_lookup
("none");
1837
authmethod_lookup
(const char *name)
function
[
all
...]
Completed in 280 milliseconds