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

/freebsd-10.0-release/crypto/openssh/
H A Ddns.h52 int verify_host_key_dns(const char *, struct sockaddr *, Key *, int *);
H A Dreadconf.h96 int verify_host_key_dns; /* Verify host key using DNS */ member in struct:__anon4957
H A Dreadconf.c562 intptr = &options->verify_host_key_dns;
1303 options->verify_host_key_dns = -1;
1451 if (options->verify_host_key_dns == -1)
1453 options->verify_host_key_dns = 1;
1455 if (options->verify_host_key_dns == -1)
1456 options->verify_host_key_dns = 0;
H A Ddns.c194 verify_host_key_dns(const char *hostname, struct sockaddr *address, function
213 debug3("verify_host_key_dns");
H A Dsshconnect.c906 if (options.verify_host_key_dns) {
1172 if (!key_is_cert(host_key) && options.verify_host_key_dns &&
1173 verify_host_key_dns(host, hostaddr, host_key, &flags) == 0) {
1176 if (options.verify_host_key_dns == 1 &&
H A Dssh_namespace.h481 #define verify_host_key_dns ssh_verify_host_key_dns macro

Completed in 133 milliseconds