Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ddns.h54 int verify_host_key_dns(const char *, struct sockaddr *,
H A Dreadconf.h88 int verify_host_key_dns; /* Verify host key using DNS */ member
H A Ddns.c189 verify_host_key_dns(const char *hostname, struct sockaddr *address, in verify_host_key_dns() function
H A Dsshconnect.c1198 if (options.verify_host_key_dns) { in check_host_key()
1535 if (options.verify_host_key_dns) { in verify_host_key()
1544 if (verify_host_key_dns(host, hostaddr, plain, &flags) == 0) { in verify_host_key()
1546 if (options.verify_host_key_dns == 1 && in verify_host_key()
H A Dreadconf.c1335 intptr = &options->verify_host_key_dns; in process_config_line_depth()
2776 options->verify_host_key_dns = -1; in initialize_options()
2939 if (options->verify_host_key_dns <= 0 && in fill_default_options()
2967 if (options->verify_host_key_dns == -1) in fill_default_options()
2968 options->verify_host_key_dns = 0; in fill_default_options()
3787 dump_cfg_fmtint(oVerifyHostKeyDNS, o->verify_host_key_dns); in dump_client_config()
H A Dssh_namespace.h1029 #define verify_host_key_dns Fssh_verify_host_key_dns macro