Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDkexgen.c227 if (kex->initial_hostkey != NULL || kex->initial_sig != NULL) { in input_kex_gen_reply()
237 kex->initial_hostkey = server_host_key; in input_kex_gen_reply()
358 if (kex->initial_hostkey == NULL && in input_kex_gen_init()
360 &kex->initial_hostkey)) != 0) in input_kex_gen_init()
HDkexgexs.c201 if (kex->initial_hostkey == NULL && in input_kex_dh_gex_init()
203 &kex->initial_hostkey)) != 0) in input_kex_dh_gex_init()
HDkexgexc.c215 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()
HDauth2-pubkey.c115 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()
HDkex.h162 struct sshkey *initial_hostkey; member
HDsshconnect2.c1417 if (ssh->kex->initial_hostkey == NULL) { in sign_and_send_pubkey()
1421 if ((r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in sign_and_send_pubkey()
1638 if ((r = ssh_agent_bind_hostkey(agent_fd, ssh->kex->initial_hostkey, in get_agent_identities()
HDkex.c741 sshkey_free(kex->initial_hostkey); in kex_free()
HDclientloop.c1828 if ((r = ssh_agent_bind_hostkey(sock, ssh->kex->initial_hostkey, in client_request_agent()