EC_POINT_oct2point
int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
if (!EC_POINT_oct2point(group, point, buf, buf_len, ctx))
LCRYPTO_ALIAS(EC_POINT_oct2point);
LCRYPTO_USED(EC_POINT_oct2point);
if (EC_POINT_oct2point(group, point, CBS_data(cbs), CBS_len(cbs),
ret = EC_POINT_oct2point(group, point, test->octets, test->octets_len,
if (!EC_POINT_oct2point(group, point, buf, len, NULL))
if (!EC_POINT_oct2point(group, Q, buf, 1, ctx))
if (!EC_POINT_oct2point(group, P, buf, len, ctx))
if (!EC_POINT_oct2point(group, P, buf, len, ctx))
if (!EC_POINT_oct2point(group, P, buf, len, ctx))
if (v != NULL && EC_POINT_oct2point(g, v, d, len, NULL) != 1)