Searched refs:host_hostkeys (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshconnect.c | 1013 struct hostkeys *host_hostkeys, *ip_hostkeys; in check_host_key() local 1058 host_hostkeys = init_hostkeys(); in check_host_key() 1060 load_hostkeys(host_hostkeys, host, user_hostfiles[i], 0); in check_host_key() 1062 load_hostkeys(host_hostkeys, host, system_hostfiles[i], 0); in check_host_key() 1064 load_hostkeys_command(host_hostkeys, hostfile_command, in check_host_key() 1096 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key() 1225 if (show_other_keys(host_hostkeys, host_key)) { in check_host_key() 1478 if (host_hostkeys != NULL) in check_host_key() 1479 free_hostkeys(host_hostkeys); in check_host_key() 1501 if (host_hostkeys != NULL) in check_host_key() [all …]
|