Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dhostfile.h51 int hostfile_read_key(char **, u_int *, struct sshkey *);
H A Dhostfile.c158 hostfile_read_key(char **cpp, u_int *bitsp, struct sshkey *ret) in hostfile_read_key() function
874 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach_file()
H A Dssh_namespace.h311 #define hostfile_read_key Fssh_hostfile_read_key macro