Home
last modified time | relevance | path

Searched refs:expand_authorized_keys (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dauth.h180 char *expand_authorized_keys(const char *, struct passwd *pw);
Dauth.c399 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() function
426 return expand_authorized_keys(options.authorized_principals_file, pw); in authorized_principals_file()
Dauth2-pubkey.c1113 file = expand_authorized_keys( in user_key_allowed()