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

/freebsd-10-stable/crypto/openssh/
H A Dauth.h194 char *expand_authorized_keys(const char *, struct passwd *pw);
H A Dauth-rsa.c294 file = expand_authorized_keys(
H A Dauth.c391 expand_authorized_keys(const char *filename, struct passwd *pw) function
408 fatal("expand_authorized_keys: path too long");
418 return expand_authorized_keys(options.authorized_principals_file, pw);
H A Dauth2-pubkey.c1067 file = expand_authorized_keys(

Completed in 119 milliseconds