Searched refs:sshkey_perm_ok (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dauthfile.h48 int sshkey_perm_ok(int, const char *);
H A Dauthfile.c169 sshkey_perm_ok(int fd, const char *filename) function
212 if (sshkey_perm_ok(fd, filename) != 0) {
264 if (sshkey_perm_ok(fd, filename) != 0) {
H A Dkey.c424 return sshkey_perm_ok(fd, filename) == 0 ? 1 : 0;
H A Dssh-add.c202 if (sshkey_perm_ok(fd, filename) != 0) {
H A Dssh_namespace.h833 #define sshkey_perm_ok Fssh_sshkey_perm_ok macro

Completed in 109 milliseconds