Lines Matching defs:point
40 EC_POINT *point,
107 if (!EC_POINT_set_affine_coordinates(group, point, x, y, ctx))
126 const EC_POINT *point,
145 if (EC_POINT_is_at_infinity(group, point)) {
186 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
256 int ossl_ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point,
275 * The first octet is the point converison octet PC, see X9.62, page 4
277 * 0x00 for the point at infinity
299 /* The point at infinity is represented by a single zero octet. */
306 return EC_POINT_set_to_infinity(group, point);
343 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
375 * the point is on the curve.
377 if (!EC_POINT_set_affine_coordinates(group, point, x, y, ctx))