Home
last modified time | relevance | path

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

/external/openssh/
Dkexgex.c51 const struct sshbuf *client_kexinit, in kexgex_hash() argument
72 (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()
Dkexgen.c52 const struct sshbuf *client_kexinit, in kex_gen_hash() argument
70 (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()