Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c706 Key *ip_key = key_new(host_key->type); in check_host_key() local
710 ip_key, &ip_line); in check_host_key()
714 host_key, ip_key, &ip_line); in check_host_key()
717 (ip_status != HOST_CHANGED || !key_equal(ip_key, file_key))) in check_host_key()
720 key_free(ip_key); in check_host_key()