Searched refs:server_host_key (Results 1 – 1 of 1) sorted by relevance
150 struct sshkey *server_host_key = NULL; in input_kex_dh_gex_reply() local167 if ((r = sshkey_fromb(tmp, &server_host_key)) != 0 || in input_kex_dh_gex_reply()168 (r = kex_verify_host_key(ssh, server_host_key)) != 0) in input_kex_dh_gex_reply()203 if ((r = sshkey_verify(server_host_key, signature, slen, hash, in input_kex_dh_gex_reply()223 kex->initial_hostkey = server_host_key; in input_kex_dh_gex_reply()224 server_host_key = NULL; in input_kex_dh_gex_reply()233 sshkey_free(server_host_key); in input_kex_dh_gex_reply()