OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expand_authorized_keys
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
auth.h
171
char *
expand_authorized_keys
(const char *, struct passwd *pw);
auth.c
335
expand_authorized_keys
(const char *filename, struct passwd *pw)
function
352
fatal("
expand_authorized_keys
: path too long");
362
return
expand_authorized_keys
(options.authorized_principals_file, pw);
auth-rsa.c
279
file =
expand_authorized_keys
(
auth2-pubkey.c
452
file =
expand_authorized_keys
(
Completed in 64 milliseconds