Home
last modified time | relevance | path

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

/external/openssh/
Dauth.h171 char *expand_authorized_keys(const char *, struct passwd *pw);
Dauth.c335 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() function
362 return expand_authorized_keys(options.authorized_principals_file, pw); in authorized_principals_file()
Dauth-rsa.c279 file = expand_authorized_keys( in auth_rsa_key_allowed()
Dauth2-pubkey.c452 file = expand_authorized_keys( in user_key_allowed()