Home
last modified time | relevance | path

Searched refs:check_key_in_hostfiles (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dauth2-hostbased.c172 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
183 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
Dauth-rh-rsa.c48 host_status = check_key_in_hostfiles(pw, client_host_key, in auth_rhosts_rsa_key_allowed()
Dauth.h140 check_key_in_hostfiles(struct passwd *, Key *, const char *,
Dauth.c279 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, in check_key_in_hostfiles() function