sshbuf_consume_upto_child
ASSERT_INT_EQ(sshbuf_consume_upto_child(p1, p2),
ASSERT_INT_EQ(sshbuf_consume_upto_child(p1, p3), 0);
ASSERT_INT_EQ(sshbuf_consume_upto_child(p1, p3),
if ((r = sshbuf_consume_upto_child(input, b)) != 0)
if ((r = sshbuf_consume_upto_child(input, b)) != 0)
if ((r = sshbuf_consume_upto_child(input, b)) != 0)
int sshbuf_consume_upto_child(struct sshbuf *buf, const struct sshbuf *child);