Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c824 struct hostkeys *host_hostkeys, *ip_hostkeys; in check_host_key() local
856 host_hostkeys = init_hostkeys(); in check_host_key()
858 load_hostkeys(host_hostkeys, host, user_hostfiles[i]); in check_host_key()
860 load_hostkeys(host_hostkeys, host, system_hostfiles[i]); in check_host_key()
880 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
962 if (show_other_keys(host_hostkeys, host_key)) in check_host_key()
1207 if (host_hostkeys != NULL) in check_host_key()
1208 free_hostkeys(host_hostkeys); in check_host_key()
1230 if (host_hostkeys != NULL) in check_host_key()
1231 free_hostkeys(host_hostkeys); in check_host_key()