EC_POINT_bn2point
EC_POINT *EC_POINT_bn2point(const EC_GROUP *, const BIGNUM *, EC_POINT *,
LCRYPTO_ALIAS(EC_POINT_bn2point);
if ((point = EC_POINT_bn2point(group, bn, in_point, ctx)) == NULL)
LCRYPTO_USED(EC_POINT_bn2point);