Lines Matching refs:points
1202 * This function includes a branch for checking whether the two input points
1300 * The formulae are incorrect if the points are equal, in affine coordinates
1400 * Each contain various points on the curve, where each point is three field
1427 * Tables for other points have table[i] = iG for i in 0 .. 16. */
1429 /* gmul is the table of precomputed base points */
1600 * points multiples (every 5th round).
1882 /* points below is of size |num|, and tmp_felems is of size |num+1/ */
1883 static void make_points_affine(size_t num, felem points[][3],
1891 points,
1913 * Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL
1918 const EC_POINT *points[],
2001 * we treat NULL scalars as 0, and NULL points as points at infinity,
2014 p = points[i];