Home
last modified time | relevance | path

Searched refs:sshkey_perm_ok (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauthfile.h48 int sshkey_perm_ok(int, const char *);
Dauthfile.c169 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok() function
212 if (sshkey_perm_ok(fd, filename) != 0) { in sshkey_load_private_type()
265 if (sshkey_perm_ok(fd, filename) != 0) { in sshkey_load_private()
Dkey.c424 return sshkey_perm_ok(fd, filename) == 0 ? 1 : 0; in key_perm_ok()
Dssh-add.c203 if (sshkey_perm_ok(fd, filename) != 0) { in add_file()