Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth.h193 char *expand_authorized_keys(const char *, struct passwd *pw);
H A Dauth.c385 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() function
414 return expand_authorized_keys(options.authorized_principals_file, pw); in authorized_principals_file()
H A Dauth2-pubkey.c776 file = expand_authorized_keys( in user_key_allowed()