Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth.h195 char *expand_authorized_keys(const char *, struct passwd *pw);
H A Dauth.c387 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() function
416 return expand_authorized_keys(options.authorized_principals_file, pw); in authorized_principals_file()
H A Dauth2-pubkey.c781 file = expand_authorized_keys( in user_key_allowed()