Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c914 host_key, options.hash_known_hosts)) in check_host_key()
1009 if (options.hash_known_hosts) { in check_host_key()
1012 host, host_key, options.hash_known_hosts) && in check_host_key()
1014 host_key, options.hash_known_hosts); in check_host_key()
1019 options.hash_known_hosts); in check_host_key()
1023 host_key, options.hash_known_hosts); in check_host_key()
Dreadconf.h135 int hash_known_hosts; member
Dreadconf.c1443 intptr = &options->hash_known_hosts; in process_config_line_depth()
1858 options->hash_known_hosts = -1; in initialize_options()
2039 if (options->hash_known_hosts == -1) in fill_default_options()
2040 options->hash_known_hosts = 0; in fill_default_options()
2536 dump_cfg_fmtint(oHashKnownHosts, o->hash_known_hosts); in dump_client_config()
Dclientloop.c2319 options.hash_known_hosts, 0, in update_known_hosts()