OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_openkeyfile
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
auth.h
174
FILE *
auth_openkeyfile
(const char *, struct passwd *, int);
auth-rsa.c
175
if ((f =
auth_openkeyfile
(file, pw, options.strict_modes)) == NULL)
auth2-pubkey.c
273
f =
auth_openkeyfile
(file, pw, options.strict_modes);
auth.c
533
auth_openkeyfile
(const char *file, struct passwd *pw, int strict_modes)
function
Completed in 48 milliseconds