Searched refs:client_kexinit (Results 1 – 1 of 1) sorted by relevance
48 const struct sshbuf *client_kexinit, in kexgex_hash() argument69 (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()