Home
last modified time | relevance | path

Searched refs:sshkey_cert_check_host (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2-hostbased.c215 if (sshkey_is_cert(key) && sshkey_cert_check_host(key, lookup, in hostbased_key_allowed()
H A Dsshkey.h230 int sshkey_cert_check_host(const struct sshkey *, const char *,
H A Dssh_namespace.h893 #define sshkey_cert_check_host Fssh_sshkey_cert_check_host macro
H A Dsshconnect.c1131 if (sshkey_cert_check_host(host_key, in check_host_key()
H A Dssh-agent.c416 if (sshkey_cert_check_host(key, hostname, in match_key_hop()
H A Dsshkey.c2488 sshkey_cert_check_host(const struct sshkey *key, const char *host, in sshkey_cert_check_host() function