Searched refs:hostfile_read_key (Results 1 – 3 of 3) sorted by relevance
28 int hostfile_read_key(char **, u_int *, Key *);
154 hostfile_read_key(char **cpp, u_int *bitsp, Key *ret) in hostfile_read_key() function261 if (!hostfile_read_key(&cp, &kbits, found)) in check_host_in_hostfile_by_key_or_type()
237 if (hostfile_read_key(&cp, &bits, key) == 0) { in auth_rsa_key_allowed()