Searched refs:hostfile_read_key (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dhostfile.h43 int hostfile_read_key(char **, u_int *, struct sshkey *);
H A Dauth-rsa.c220 if (hostfile_read_key(&cp, &bits, key) == 0) {
H A Dhostfile.c164 hostfile_read_key(char **cpp, u_int *bitsp, struct sshkey *ret) function
787 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) {
796 if (!hostfile_read_key(&cp, &kbits,
H A Dssh_namespace.h365 #define hostfile_read_key Fssh_hostfile_read_key macro

Completed in 121 milliseconds