OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preferred_authentications
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
readconf.h
91
char *
preferred_authentications
;
member in struct:__anon12454
sshconnect2.c
392
if (options.
preferred_authentications
== NULL)
393
options.
preferred_authentications
= authmethods_get();
[
all
...]
readconf.c
640
charptr = &options->
preferred_authentications
;
[
all
...]
Completed in 965 milliseconds