Searched refs:verify_host_key_dns (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Ddns.h53 int verify_host_key_dns(const char *, struct sockaddr *,
H A Dreadconf.h92 int verify_host_key_dns; /* Verify host key using DNS */ member in struct:__anon5372
H A Ddns.c204 verify_host_key_dns(const char *hostname, struct sockaddr *address, function
223 debug3("verify_host_key_dns");
H A Dsshconnect.c978 if (options.verify_host_key_dns) {
1309 if (options.verify_host_key_dns) {
1318 if (verify_host_key_dns(host, hostaddr, plain, &flags) == 0) {
1320 if (options.verify_host_key_dns == 1 &&
H A Dreadconf.c966 intptr = &options->verify_host_key_dns;
1738 options->verify_host_key_dns = -1;
1906 if (options->verify_host_key_dns == -1)
1908 options->verify_host_key_dns = 1;
1910 if (options->verify_host_key_dns == -1)
1911 options->verify_host_key_dns = 0;
2390 dump_cfg_fmtint(oVerifyHostKeyDNS, o->verify_host_key_dns);
H A Dssh_namespace.h917 #define verify_host_key_dns Fssh_verify_host_key_dns macro

Completed in 65 milliseconds