Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-hostbased.c221 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
227 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
H A Dauth.h203 check_key_in_hostfiles(struct passwd *, struct sshkey *, const char *,
H A Dauth.c421 check_key_in_hostfiles(struct passwd *pw, struct sshkey *key, const char *host, in check_key_in_hostfiles() function