Searched refs:client_kexinit (Results 1 – 2 of 2) sorted by relevance
51 const struct sshbuf *client_kexinit, in kexgex_hash() argument72 (r = sshbuf_put_u32(b, sshbuf_len(client_kexinit) + 1)) != 0 || in kexgex_hash()74 (r = sshbuf_putb(b, client_kexinit)) != 0 || in kexgex_hash()
52 const struct sshbuf *client_kexinit, in kex_gen_hash() argument70 (r = sshbuf_put_u32(b, sshbuf_len(client_kexinit) + 1)) != 0 || in kex_gen_hash()72 (r = sshbuf_putb(b, client_kexinit)) != 0 || in kex_gen_hash()