Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth2-hostbased.c219 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
225 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
H A Dauth.h182 check_key_in_hostfiles(struct passwd *, struct sshkey *, const char *,
H A Dauth.c370 check_key_in_hostfiles(struct passwd *pw, struct sshkey *key, const char *host, in check_key_in_hostfiles() function