Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshconnect.c944 struct hostkeys *host_hostkeys, *ip_hostkeys; in check_host_key() local
988 ip_hostkeys = NULL; in check_host_key()
990 ip_hostkeys = init_hostkeys(); in check_host_key()
992 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i], 0); in check_host_key()
994 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i], 0); in check_host_key()
996 load_hostkeys_command(ip_hostkeys, hostfile_command, in check_host_key()
1026 if (!want_cert && ip_hostkeys != NULL) { in check_host_key()
1390 if (ip_hostkeys != NULL) in check_host_key()
1391 free_hostkeys(ip_hostkeys); in check_host_key()
1413 if (ip_hostkeys != NULL) in check_host_key()
[all …]