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

/freebsd-10.3-release/crypto/openssh/
H A Dreadconf.h131 int hash_known_hosts; member in struct:__anon5372
H A Dsshconnect.c916 host_key, options.hash_known_hosts))
1011 if (options.hash_known_hosts) {
1014 host, host_key, options.hash_known_hosts) &&
1016 host_key, options.hash_known_hosts);
1021 options.hash_known_hosts);
1025 host_key, options.hash_known_hosts);
H A Dreadconf.c1401 intptr = &options->hash_known_hosts;
1746 options->hash_known_hosts = -1;
1923 if (options->hash_known_hosts == -1)
1924 options->hash_known_hosts = 0;
2372 dump_cfg_fmtint(oHashKnownHosts, o->hash_known_hosts);
H A Dclientloop.c2284 options.hash_known_hosts, 0,

Completed in 65 milliseconds