Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkexgen.c234 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()
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.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()
H A Dkex.h163 struct sshkey *initial_hostkey; member
H A Dsshconnect2.c1421 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()
H A Dkex.c741 sshkey_free(kex->initial_hostkey); in kex_free()
H A Dclientloop.c1828 if ((r = ssh_agent_bind_hostkey(sock, ssh->kex->initial_hostkey, in client_request_agent()