Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDauth.h128 int auth_secure_path(const char *, struct stat *, const char *, uid_t,
HDauth.c454 auth_secure_path(const char *name, struct stat *stp, const char *pw_dir, in auth_secure_path() function
529 return auth_secure_path(file, &st, pw->pw_dir, pw->pw_uid, err, errlen); in secure_filename()
HDauth2-pubkey.c541 if (auth_secure_path(options.authorized_keys_command, &st, NULL, 0, in user_key_command_allowed2()