Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c1011 struct hostkeys *host_hostkeys, *ip_hostkeys; in check_host_key() local
1066 ip_hostkeys = NULL; in check_host_key()
1068 ip_hostkeys = init_hostkeys(); in check_host_key()
1070 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i], 0); in check_host_key()
1072 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i], 0); in check_host_key()
1074 load_hostkeys_command(ip_hostkeys, hostfile_command, in check_host_key()
1110 if (!want_cert && ip_hostkeys != NULL) { in check_host_key()
1111 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
1477 if (ip_hostkeys != NULL) in check_host_key()
1478 free_hostkeys(ip_hostkeys); in check_host_key()
[all …]