Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Ddns.h52 int verify_host_key_dns(const char *, struct sockaddr *, Key *, int *);
Dreadconf.h101 int verify_host_key_dns; /* Verify host key using DNS */ member
Dsshconnect.c990 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()
Ddns.c194 verify_host_key_dns(const char *hostname, struct sockaddr *address, in verify_host_key_dns() function
Dreadconf.c887 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()
Dssh_namespace.h563 #define verify_host_key_dns ssh_verify_host_key_dns macro