Searched refs:initial_hostkey (Results 1 – 8 of 8) sorted by relevance
234 if (kex->initial_hostkey != NULL || kex->initial_sig != NULL) { in input_kex_gen_reply()244 kex->initial_hostkey = server_host_key; in input_kex_gen_reply()371 if (kex->initial_hostkey == NULL && in input_kex_gen_init()373 &kex->initial_hostkey)) != 0) in input_kex_gen_init()
201 if (kex->initial_hostkey == NULL && in input_kex_dh_gex_init()203 &kex->initial_hostkey)) != 0) in input_kex_dh_gex_init()
215 if (kex->initial_hostkey != NULL || kex->initial_sig != NULL) { in input_kex_dh_gex_reply()225 kex->initial_hostkey = server_host_key; in input_kex_dh_gex_reply()
115 if (ssh->kex->initial_hostkey == NULL) in userauth_pubkey()117 if (!sshkey_equal(hostkey, ssh->kex->initial_hostkey)) in userauth_pubkey()216 (r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in userauth_pubkey()
163 struct sshkey *initial_hostkey; member
1421 if (ssh->kex->initial_hostkey == NULL) { in sign_and_send_pubkey()1425 if ((r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in sign_and_send_pubkey()1642 if ((r = ssh_agent_bind_hostkey(agent_fd, ssh->kex->initial_hostkey, in get_agent_identities()
741 sshkey_free(kex->initial_hostkey); in kex_free()
1828 if ((r = ssh_agent_bind_hostkey(sock, ssh->kex->initial_hostkey, in client_request_agent()