Searched refs:expand_authorized_keys (Results 1 – 3 of 3) sorted by relevance
180 char *expand_authorized_keys(const char *, struct passwd *pw);
399 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() function426 return expand_authorized_keys(options.authorized_principals_file, pw); in authorized_principals_file()
1113 file = expand_authorized_keys( in user_key_allowed()