Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssh/
HDkexgexc.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()
HDkexgen.c234 if (kex->initial_hostkey != NULL || kex->initial_sig != NULL) { in input_kex_gen_reply()
238 if ((kex->initial_sig = sshbuf_new()) == NULL) { in input_kex_gen_reply()
242 if ((r = sshbuf_put(kex->initial_sig, signature, slen)) != 0) in input_kex_gen_reply()
HDkex.h162 struct sshbuf *initial_sig; member
HDkex.c740 sshbuf_free(kex->initial_sig); in kex_free()
HDclientloop.c1829 ssh->kex->session_id, ssh->kex->initial_sig, 1)) == 0) in client_request_agent()
HDsshconnect2.c1643 ssh->kex->session_id, ssh->kex->initial_sig, 0)) == 0) in get_agent_identities()