EC_POINT_point2buf
if ((pub_key_buflen = EC_POINT_point2buf(ecg, pub_point,
len = EC_POINT_point2buf(group, point, form, &buffer, NULL);
genbuf_len = EC_POINT_point2buf(group, genpt, genform, genbuf, bnctx);
buf_len = EC_POINT_point2buf(group, point, form, &buf, ctx);
return EC_POINT_point2buf(key->group, key->pub_key, form, pbuf, ctx);
buf_len = EC_POINT_point2buf(group, point, form, &buf, ctx);
gen_buf_len = EC_POINT_point2buf(x, point, form, &gen_buf, ctx);
ctx->sz = EC_POINT_point2buf(ecg, point,
size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point,
buflen = EC_POINT_point2buf(group, point, form, &buf, ctx);
if ((pub_key_len = EC_POINT_point2buf(ecg, pub_point,