Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Ddns.h56 int verify_host_key_dns(const char *, struct sockaddr *,
H A Dreadconf.h105 int verify_host_key_dns; /* Verify host key using DNS */ member
H A Ddns.c198 verify_host_key_dns(const char *hostname, struct sockaddr *address, in verify_host_key_dns() function
H A Dsshconnect.c1239 if (options.verify_host_key_dns) { in check_host_key()
1574 if (options.verify_host_key_dns) { in verify_host_key()
1583 if (verify_host_key_dns(host, hostaddr, plain, &flags) == 0) { in verify_host_key()
1585 if (options.verify_host_key_dns == 1 && in verify_host_key()