Searched refs:verify_host_key_dns (Results 1 – 4 of 4) sorted by relevance
56 int verify_host_key_dns(const char *, struct sockaddr *,
105 int verify_host_key_dns; /* Verify host key using DNS */ member
198 verify_host_key_dns(const char *hostname, struct sockaddr *address, in verify_host_key_dns() function
1239 if (options.verify_host_key_dns) { in check_host_key()1574 if (options.verify_host_key_dns) { in verify_host_key()1583 if (verify_host_key_dns(host, hostaddr, plain, &flags) == 0) { in verify_host_key()1585 if (options.verify_host_key_dns == 1 && in verify_host_key()