sshbuf_put_ec_pkey
return sshbuf_put_ec_pkey(ssh->state->outgoing_packet, pkey);
(r = sshbuf_put_ec_pkey(b, key->pkey)) != 0)
int sshbuf_put_ec_pkey(struct sshbuf *buf, EVP_PKEY *pkey);