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

/freebsd-10.0-release/crypto/openssh/
H A Dhostfile.h43 int hostfile_read_key(char **, int *, Key *);
H A Dhostfile.c157 hostfile_read_key(char **cpp, int *bitsp, Key *ret) function
297 if (!hostfile_read_key(&cp, &kbits, key)) {
300 if (!hostfile_read_key(&cp, &kbits, key)) {
H A Dauth-rsa.c213 if (hostfile_read_key(&cp, &bits, key) == 0) {
H A Dssh_namespace.h236 #define hostfile_read_key ssh_hostfile_read_key macro

Completed in 74 milliseconds