Searched refs:expand_authorized_keys (Results 1 - 4 of 4) sorted by relevance

/external/openssh/
H A Dauth.h193 char *expand_authorized_keys(const char *, struct passwd *pw);
H A Dauth-rsa.c294 file = expand_authorized_keys(
H A Dauth.c380 expand_authorized_keys(const char *filename, struct passwd *pw) function
397 fatal("expand_authorized_keys: path too long");
407 return expand_authorized_keys(options.authorized_principals_file, pw);
H A Dauth2-pubkey.c1059 file = expand_authorized_keys(

Completed in 138 milliseconds