EC_POINT_point2oct
tmp_len = EC_POINT_point2oct(a->group, a->pub_key,
if (!EC_POINT_point2oct(a->group, a->pub_key,
buf_len = EC_POINT_point2oct(a->group, a->pub_key,
if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form,
len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL)) {
buf_len = EC_POINT_point2oct(group, point, form,
if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
buf_len = EC_POINT_point2oct(group, point, form,
if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
if ((ecp_len = EC_POINT_point2oct(group, point,
if ((EC_POINT_point2oct(group, point, POINT_CONVERSION_UNCOMPRESSED,
if ((len = EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED,
if (EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED,