Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkexgen.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()
H A Dkexgexs.c201 if (kex->initial_hostkey == NULL && in input_kex_dh_gex_init()
203 &kex->initial_hostkey)) != 0) in input_kex_dh_gex_init()
H A Dkexgexc.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()
H A Dauth2-pubkey.c114 if (ssh->kex->initial_hostkey == NULL) in userauth_pubkey()
116 if (!sshkey_equal(hostkey, ssh->kex->initial_hostkey)) in userauth_pubkey()
215 (r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in userauth_pubkey()
H A Dkex.h162 struct sshkey *initial_hostkey; member
H A Dsshconnect2.c1419 if (ssh->kex->initial_hostkey == NULL) { in sign_and_send_pubkey()
1423 if ((r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in sign_and_send_pubkey()
1640 if ((r = ssh_agent_bind_hostkey(agent_fd, ssh->kex->initial_hostkey, in get_agent_identities()
H A Dkex.c989 sshkey_free(kex->initial_hostkey); in kex_free()
H A Dclientloop.c1845 if ((r = ssh_agent_bind_hostkey(sock, ssh->kex->initial_hostkey, in client_request_agent()