Searched refs:sshkey_perm_ok (Results 1 – 3 of 3) sorted by relevance
47 int sshkey_perm_ok(int, const char *);
90 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok() function131 r = sshkey_perm_ok(fd, filename); in sshkey_load_private_type()
221 if (sshkey_perm_ok(fd, filename) != 0) { in add_file()