Searched refs:check_key_in_hostfiles (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | auth2-hostbased.c | 197 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed() 203 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
|
H A D | auth-rh-rsa.c | 43 host_status = check_key_in_hostfiles(pw, client_host_key, in auth_rhosts_rsa_key_allowed()
|
H A D | auth.c | 451 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, in check_key_in_hostfiles() function
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | auth.h | 299 check_key_in_hostfiles(struct passwd *, Key *, const char *,
|