EC_POINT_point2oct
size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
if ((len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx)) == 0)
if (EC_POINT_point2oct(group, point, form, buf, len, ctx) != len)
LCRYPTO_ALIAS(EC_POINT_point2oct);
LCRYPTO_USED(EC_POINT_point2oct);
if ((ecp_len = EC_POINT_point2oct(group, point,
if ((EC_POINT_point2oct(group, point, POINT_CONVERSION_UNCOMPRESSED,
ret = EC_POINT_point2oct(group, point, form, buf, sizeof(buf), NULL);
ret = EC_POINT_point2oct(group, point, form, buf, sizeof(buf), NULL);
len = EC_POINT_point2oct(group, point, form, buf, sizeof(buf), NULL);
if ((len = EC_POINT_point2oct(group, point, form, NULL, 0, NULL)) == 0)
if (EC_POINT_point2oct(group, point, form, buf, len, NULL) != len)
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, sizeof buf, ctx);
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf, sizeof buf, ctx);
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf, ctx);
response->public_key_len = EC_POINT_point2oct(g, q,
if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED,
*pubkey_len = EC_POINT_point2oct(g, q,
if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED,
response->public_key_len = EC_POINT_point2oct(g, q,
if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED,
if ((len = EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED,
if (EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED,