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

/freebsd-current/crypto/openssh/
H A Ddns.h55 int verify_host_key_dns(const char *, struct sockaddr *,
H A Dreadconf.h88 int verify_host_key_dns; /* Verify host key using DNS */ member in struct:__anon7
H A Ddns.c196 verify_host_key_dns(const char *hostname, struct sockaddr *address, function
214 debug3("verify_host_key_dns");
H A Dsshconnect.c1173 if (options.verify_host_key_dns) {
1508 if (options.verify_host_key_dns) {
1517 if (verify_host_key_dns(host, hostaddr, plain, &flags) == 0) {
1519 if (options.verify_host_key_dns == 1 &&
H A Dreadconf.c1243 intptr = &options->verify_host_key_dns;
2600 options->verify_host_key_dns = -1;
2764 if (options->verify_host_key_dns <= 0 &&
2792 if (options->verify_host_key_dns == -1)
2793 options->verify_host_key_dns = 0;
3555 dump_cfg_fmtint(oVerifyHostKeyDNS, o->verify_host_key_dns);
H A Dssh_namespace.h1005 #define verify_host_key_dns Fssh_verify_host_key_dns macro

Completed in 155 milliseconds