Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect.c1132 host_key, options.hash_known_hosts)) in check_host_key()
1235 if (options.hash_known_hosts) { in check_host_key()
1238 host, host_key, options.hash_known_hosts) && in check_host_key()
1240 host_key, options.hash_known_hosts); in check_host_key()
1245 options.hash_known_hosts); in check_host_key()
1249 host_key, options.hash_known_hosts); in check_host_key()
H A Dreadconf.h139 int hash_known_hosts; member
H A Dreadconf.c1977 intptr = &options->hash_known_hosts; in process_config_line_depth()
2663 options->hash_known_hosts = -1; in initialize_options()
2856 if (options->hash_known_hosts == -1) in fill_default_options()
2857 options->hash_known_hosts = 0; in fill_default_options()
3590 dump_cfg_fmtint(oHashKnownHosts, o->hash_known_hosts); in dump_client_config()
H A Dclientloop.c2320 options.hash_known_hosts, 0, in update_known_hosts()