Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Dauth2-hostbased.c220 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
226 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
H A Dauth.h201 check_key_in_hostfiles(struct passwd *, struct sshkey *, const char *,
H A Dauth.c422 check_key_in_hostfiles(struct passwd *pw, struct sshkey *key, const char *host, in check_key_in_hostfiles() function