Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dauth.h193 char *expand_authorized_keys(const char *, struct passwd *pw);
Dauth.c468 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() function
497 return expand_authorized_keys(options.authorized_principals_file, pw); in authorized_principals_file()
Dauth2-pubkey.c822 file = expand_authorized_keys( in user_key_allowed()