Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dhostfile.h51 int hostfile_read_key(char **, u_int *, struct sshkey *);
H A Dhostfile.c156 hostfile_read_key(char **cpp, u_int *bitsp, struct sshkey *ret) in hostfile_read_key() function
867 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach_file()