Home
last modified time | relevance | path

Searched refs:client_kexinit (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dkexgex.c48 const struct sshbuf *client_kexinit, in kexgex_hash() argument
69 (r = sshbuf_put_u32(b, sshbuf_len(client_kexinit) + 1)) != 0 || in kexgex_hash()
71 (r = sshbuf_putb(b, client_kexinit)) != 0 || in kexgex_hash()
Dkexgen.c53 const struct sshbuf *client_kexinit, in kex_gen_hash() argument
71 (r = sshbuf_put_u32(b, sshbuf_len(client_kexinit) + 1)) != 0 || in kex_gen_hash()
73 (r = sshbuf_putb(b, client_kexinit)) != 0 || in kex_gen_hash()