HomeSort by relevance Sort by last modified time
    Searched refs:auth_secure_path (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth.h 136 int auth_secure_path(const char *, struct stat *, const char *, uid_t,
auth.c 469 auth_secure_path(const char *name, struct stat *stp, const char *pw_dir, function
553 return auth_secure_path(file, &st, pw->pw_dir, pw->pw_uid, err, errlen);
auth2-pubkey.c 564 if (auth_secure_path(options.authorized_keys_command, &st, NULL, 0,

Completed in 626 milliseconds