Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauthfile.c140 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok() function
184 if (sshkey_perm_ok(fd, filename) != 0) { in sshkey_load_private_type()
241 if (sshkey_perm_ok(fd, filename) != 0) { in sshkey_load_private()
H A Dauthfile.h48 int sshkey_perm_ok(int, const char *);
H A Dssh-add.c216 if (sshkey_perm_ok(fd, filename) != 0) { in add_file()
H A Dssh_namespace.h753 #define sshkey_perm_ok Fssh_sshkey_perm_ok macro