Home
last modified time | relevance | path

Searched refs:hash_known_hosts (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/crypto/openssh/
H A Dsshconnect.c1102 host_key, options.hash_known_hosts)) in check_host_key()
1205 if (options.hash_known_hosts) { in check_host_key()
1208 host, host_key, options.hash_known_hosts) && in check_host_key()
1210 host_key, options.hash_known_hosts); in check_host_key()
1215 options.hash_known_hosts); in check_host_key()
1219 host_key, options.hash_known_hosts); in check_host_key()
H A Dreadconf.h139 int hash_known_hosts; member
H A Dreadconf.c1937 intptr = &options->hash_known_hosts; in process_config_line_depth()
2611 options->hash_known_hosts = -1; in initialize_options()
2804 if (options->hash_known_hosts == -1) in fill_default_options()
2805 options->hash_known_hosts = 0; in fill_default_options()
3538 dump_cfg_fmtint(oHashKnownHosts, o->hash_known_hosts); in dump_client_config()
H A Dclientloop.c2338 options.hash_known_hosts, 0, in update_known_hosts()