Searched refs:hostfile_read_key (Results 1 – 3 of 3) sorted by relevance
51 int hostfile_read_key(char **, u_int *, struct sshkey *);
158 hostfile_read_key(char **cpp, u_int *bitsp, struct sshkey *ret) in hostfile_read_key() function874 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach_file()
311 #define hostfile_read_key Fssh_hostfile_read_key macro