Searched refs:sshkey_perm_ok (Results 1 – 4 of 4) sorted by relevance
48 int sshkey_perm_ok(int, const char *);
169 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok() function212 if (sshkey_perm_ok(fd, filename) != 0) { in sshkey_load_private_type()265 if (sshkey_perm_ok(fd, filename) != 0) { in sshkey_load_private()
424 return sshkey_perm_ok(fd, filename) == 0 ? 1 : 0; in key_perm_ok()
203 if (sshkey_perm_ok(fd, filename) != 0) { in add_file()