Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c822 struct hostkeys *host_hostkeys, *ip_hostkeys; in check_host_key() local
860 ip_hostkeys = NULL; in check_host_key()
862 ip_hostkeys = init_hostkeys(); in check_host_key()
864 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]); in check_host_key()
866 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]); in check_host_key()
886 if (!want_cert && ip_hostkeys != NULL) { in check_host_key()
887 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
1207 if (ip_hostkeys != NULL) in check_host_key()
1208 free_hostkeys(ip_hostkeys); in check_host_key()
1230 if (ip_hostkeys != NULL) in check_host_key()
[all …]