Searched refs:ip_hostkeys (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | sshconnect.c | 937 struct hostkeys *host_hostkeys, *ip_hostkeys; in check_host_key() local 992 ip_hostkeys = NULL; in check_host_key() 994 ip_hostkeys = init_hostkeys(); in check_host_key() 996 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i], 0); in check_host_key() 998 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i], 0); in check_host_key() 1000 load_hostkeys_command(ip_hostkeys, hostfile_command, in check_host_key() 1036 if (!want_cert && ip_hostkeys != NULL) { in check_host_key() 1037 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key() 1403 if (ip_hostkeys != NULL) in check_host_key() 1404 free_hostkeys(ip_hostkeys); in check_host_key() [all …]
|