Lines Matching defs:point
224 TEST_note(" point at infinity");
528 /* Restore the point that got mangled in the (x, y + 1) test. */
813 /* Change test based on whether binary point compression is enabled or not. */
981 /* Change test based on whether binary point compression is enabled or not. */
991 /* Change test based on whether binary point compression is enabled or not. */
1009 TEST_note(" point at infinity");
1029 /* Change test based on whether binary point compression is enabled or not. */
1050 /* Change test based on whether binary point compression is enabled or not. */
1091 EC_POINT *point = NULL;
1099 || !TEST_ptr(point = EC_POINT_new(group))
1100 || !TEST_true(EC_POINT_set_affine_coordinates(group, point, x, y, NULL))
1102 point,
1109 point,
1118 /* buf contains a valid hybrid point, check that we can decode it. */
1119 if (!TEST_true(EC_POINT_oct2point(group, point, buf, len, NULL)))
1124 if (!TEST_false(EC_POINT_oct2point(group, point, buf, len, NULL)))
1131 EC_POINT_free(point);
1367 /* fixed point multiplication */
1371 /* random point multiplication */
1383 /* fixed point multiplication */
1387 /* random point multiplication */
1399 /* fixed point multiplication */
1403 /* random point multiplication */
1410 /* fixed point multiplication */
1414 /* random point multiplication */
2258 * Make the public point out of range by adding the field (which will still
2259 * be the same point on the curve). The add is different for char2 fields.
2295 * If P is NULL use point at infinity.
2307 /* If P is NULL use point at infinity. */