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()
200 if (kex->initial_hostkey == NULL && in input_kex_dh_gex_init()202 &kex->initial_hostkey)) != 0) in input_kex_dh_gex_init()
214 if (kex->initial_hostkey != NULL || kex->initial_sig != NULL) { in input_kex_dh_gex_reply()224 kex->initial_hostkey = server_host_key; in input_kex_dh_gex_reply()
114 if (ssh->kex->initial_hostkey == NULL) in userauth_pubkey()116 if (!sshkey_equal(hostkey, ssh->kex->initial_hostkey)) in userauth_pubkey()216 (r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in userauth_pubkey()
168 struct sshkey *initial_hostkey; member
1426 if (ssh->kex->initial_hostkey == NULL) { in sign_and_send_pubkey()1430 if ((r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in sign_and_send_pubkey()1650 if ((r = ssh_agent_bind_hostkey(agent_fd, ssh->kex->initial_hostkey, in get_agent_identities()
745 sshkey_free(kex->initial_hostkey); in kex_free()
1855 if ((r = ssh_agent_bind_hostkey(sock, ssh->kex->initial_hostkey, in client_request_agent()