Searched refs:hostfile_read_key (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | hostfile.h | 43 int hostfile_read_key(char **, u_int *, struct sshkey *);
|
D | hostfile.c | 164 hostfile_read_key(char **cpp, u_int *bitsp, struct sshkey *ret) in hostfile_read_key() function 786 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) { in hostkeys_foreach() 795 if (!hostfile_read_key(&cp, &kbits, in hostkeys_foreach()
|
D | auth-rsa.c | 220 if (hostfile_read_key(&cp, &bits, key) == 0) { in rsa_key_allowed_in_file()
|