Lines Matching defs:point
23 EC_POINT *point,
148 if (!EC_POINT_set_affine_coordinates(group, point, x, y, ctx))
159 size_t ossl_ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point,
176 if (EC_POINT_is_at_infinity(group, point)) {
214 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
274 int ossl_ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point,
309 return EC_POINT_set_to_infinity(group, point);
342 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
360 * the point is on the curve.
362 if (!EC_POINT_set_affine_coordinates(group, point, x, y, ctx))