Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauthfile.h47 int sshkey_perm_ok(int, const char *);
H A Dauthfile.c86 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok() function
124 r = sshkey_perm_ok(fd, filename); in sshkey_load_private_type()
H A Dssh-add.c266 if (sshkey_perm_ok(fd, filename) != 0) { in add_file()