Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
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()
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()
Dkex.h156 struct sshbuf *initial_sig; member
Dkex.c720 sshbuf_free(kex->initial_sig); in kex_free()
Dclientloop.c1603 ssh->kex->session_id, ssh->kex->initial_sig, 1)) == 0) in client_request_agent()
Dsshconnect2.c1677 ssh->kex->session_id, ssh->kex->initial_sig, 0)) == 0) in get_agent_identities()