Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c742 host_key, options.hash_known_hosts)) in check_host_key()
792 if (options.hash_known_hosts) { in check_host_key()
795 host_key, options.hash_known_hosts) && in check_host_key()
797 host_key, options.hash_known_hosts); in check_host_key()
802 options.hash_known_hosts); in check_host_key()
806 options.hash_known_hosts); in check_host_key()
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h157 int hash_known_hosts; member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c834 intptr = &options->hash_known_hosts; in process_config_line()
993 options->hash_known_hosts = -1; in initialize_options()
1140 if (options->hash_known_hosts == -1) in fill_default_options()
1141 options->hash_known_hosts = 0; in fill_default_options()