Home
last modified time | relevance | path

Searched refs:initial_sig (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/openssh/
H A Dkexgexc.c215 if (kex->initial_hostkey != NULL || kex->initial_sig != NULL) { in input_kex_dh_gex_reply()
219 if ((kex->initial_sig = sshbuf_new()) == NULL) { in input_kex_dh_gex_reply()
223 if ((r = sshbuf_put(kex->initial_sig, signature, slen)) != 0) in input_kex_dh_gex_reply()
H A Dkexgen.c227 if (kex->initial_hostkey != NULL || kex->initial_sig != NULL) { in input_kex_gen_reply()
231 if ((kex->initial_sig = sshbuf_new()) == NULL) { in input_kex_gen_reply()
235 if ((r = sshbuf_put(kex->initial_sig, signature, slen)) != 0) in input_kex_gen_reply()
H A Dkex.h156 struct sshbuf *initial_sig; member
H A Dkex.c720 sshbuf_free(kex->initial_sig); in kex_free()
H A Dclientloop.c1603 ssh->kex->session_id, ssh->kex->initial_sig, 1)) == 0) in client_request_agent()
H A Dsshconnect2.c1677 ssh->kex->session_id, ssh->kex->initial_sig, 0)) == 0) in get_agent_identities()