Searched refs:verify_host_key_dns (Results 1 – 6 of 6) sorted by relevance
52 int verify_host_key_dns(const char *, struct sockaddr *, Key *, int *);
101 int verify_host_key_dns; /* Verify host key using DNS */ member
990 if (options.verify_host_key_dns) { in check_host_key()1256 if (options.verify_host_key_dns) { in verify_host_key()1264 if (verify_host_key_dns(host, hostaddr, plain, &flags) == 0) { in verify_host_key()1266 if (options.verify_host_key_dns == 1 && in verify_host_key()
194 verify_host_key_dns(const char *hostname, struct sockaddr *address, in verify_host_key_dns() function
887 intptr = &options->verify_host_key_dns; in process_config_line()1632 options->verify_host_key_dns = -1; in initialize_options()1800 if (options->verify_host_key_dns == -1) in fill_default_options()1801 options->verify_host_key_dns = 0; in fill_default_options()
563 #define verify_host_key_dns ssh_verify_host_key_dns macro