Searched refs:first_kex_follows (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dkex.c272 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) argument
296 if ((r = sshbuf_get_u8(b, &v)) != 0 || /* first_kex_follows */
299 if (first_kex_follows != NULL)
300 *first_kex_follows = v;
301 debug2("first_kex_follows %d ", v);
507 * be prepared to remember first_kex_follows here so we can eat a
509 * XXX2 - RFC4253 is kind of ambiguous on what first_kex_follows means
513 if ((r = sshpkt_get_u8(ssh, NULL)) != 0 || /* first_kex_follows */
779 int r, first_kex_follows; local
785 if ((r = kex_buf2prop(kex->peer, &first_kex_follows,
[all...]

Completed in 67 milliseconds