Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhostfile.h52 int hostfile_read_key(char **, u_int *, struct sshkey *);
H A Dnamespace.h46 #define hostfile_read_key ssh_hostfile_read_key macro
H A Dhostfile.c159 hostfile_read_key(char **cpp, u_int *bitsp, struct sshkey *ret) in hostfile_read_key() function
870 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach_file()