sshbuf_put_eckey
ASSERT_INT_EQ(sshbuf_put_eckey(p1, eck), 0);
return sshbuf_put_eckey(buf, ec);
int sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);