Home
last modified time | relevance | path

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

/external/openssh/
Dhostfile.h43 int hostfile_read_key(char **, u_int *, struct sshkey *);
Dhostfile.c164 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()
Dauth-rsa.c220 if (hostfile_read_key(&cp, &bits, key) == 0) { in rsa_key_allowed_in_file()