Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauthfile.h47 int sshkey_perm_ok(int, const char *);
H A Dauthfile.c90 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok() function
131 r = sshkey_perm_ok(fd, filename); in sshkey_load_private_type()
H A Dssh-add.c273 if (sshkey_perm_ok(fd, filename) != 0) { in add_file()
H A Dssh_namespace.h888 #define sshkey_perm_ok Fssh_sshkey_perm_ok macro