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

/freebsd-13-stable/crypto/openssh/
H A Ddns.h54 int verify_host_key_dns(const char *, struct sockaddr *,
H A Dreadconf.h86 int verify_host_key_dns; /* Verify host key using DNS */ member in struct:__anon6881
H A Ddns.c209 verify_host_key_dns(const char *hostname, struct sockaddr *address, function
228 debug3("verify_host_key_dns");
H A Dsshconnect.c1019 if (options.verify_host_key_dns) {
1355 if (options.verify_host_key_dns) {
1364 if (verify_host_key_dns(host, hostaddr, plain, &flags) == 0) {
1366 if (options.verify_host_key_dns == 1 &&
H A Dreadconf.c1001 intptr = &options->verify_host_key_dns;
1921 options->verify_host_key_dns = -1;
2087 if (options->verify_host_key_dns == -1)
2089 options->verify_host_key_dns = 1;
2091 if (options->verify_host_key_dns == -1)
2092 options->verify_host_key_dns = 0;
2658 dump_cfg_fmtint(oVerifyHostKeyDNS, o->verify_host_key_dns);
H A Dssh_namespace.h851 #define verify_host_key_dns Fssh_verify_host_key_dns macro

Completed in 71 milliseconds