Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dhostfile.h28 int hostfile_read_key(char **, u_int *, Key *);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dhostfile.c154 hostfile_read_key(char **cpp, u_int *bitsp, Key *ret) in hostfile_read_key() function
261 if (!hostfile_read_key(&cp, &kbits, found)) in check_host_in_hostfile_by_key_or_type()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-rsa.c237 if (hostfile_read_key(&cp, &bits, key) == 0) { in auth_rsa_key_allowed()