Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c912 host_key, options.hash_known_hosts)) in check_host_key()
1007 if (options.hash_known_hosts) { in check_host_key()
1010 host, host_key, options.hash_known_hosts) && in check_host_key()
1012 host_key, options.hash_known_hosts); in check_host_key()
1017 options.hash_known_hosts); in check_host_key()
1021 host_key, options.hash_known_hosts); in check_host_key()
Dreadconf.h123 int hash_known_hosts; member
Dreadconf.c1326 intptr = &options->hash_known_hosts; in process_config_line()
1657 options->hash_known_hosts = -1; in initialize_options()
1828 if (options->hash_known_hosts == -1) in fill_default_options()
1829 options->hash_known_hosts = 0; in fill_default_options()
2266 dump_cfg_fmtint(oHashKnownHosts, o->hash_known_hosts); in dump_client_config()
Dclientloop.c2233 options.hash_known_hosts, 0, in update_known_hosts()