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

/freebsd-10-stable/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:__anon510
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.c1000 intptr = &options->verify_host_key_dns;
1868 options->verify_host_key_dns = -1;
2046 if (options->verify_host_key_dns == -1)
2048 options->verify_host_key_dns = 1;
2050 if (options->verify_host_key_dns == -1)
2051 options->verify_host_key_dns = 0;
2580 dump_cfg_fmtint(oVerifyHostKeyDNS, o->verify_host_key_dns);
H A Dssh_namespace.h923 #define verify_host_key_dns Fssh_verify_host_key_dns macro

Completed in 174 milliseconds