Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshconnect.c1094 host_key, options.hash_known_hosts)) in check_host_key()
1197 if (options.hash_known_hosts) { in check_host_key()
1200 host, host_key, options.hash_known_hosts) && in check_host_key()
1202 host_key, options.hash_known_hosts); in check_host_key()
1207 options.hash_known_hosts); in check_host_key()
1211 host_key, options.hash_known_hosts); in check_host_key()
H A Dreadconf.h138 int hash_known_hosts; member
H A Dreadconf.c1956 intptr = &options->hash_known_hosts; in process_config_line_depth()
2664 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()
3587 dump_cfg_fmtint(oHashKnownHosts, o->hash_known_hosts); in dump_client_config()
H A Dclientloop.c2306 options.hash_known_hosts, 0, in update_known_hosts()