Lines Matching refs:points
890 * Add two elliptic curve points:
903 * checking whether the two input points are equal, (while not equal to the
972 * The formulae are incorrect if the points are equal, in affine coordinates
1158 * other points multiples (every 5th round).
1378 static void make_points_affine(size_t num, felem points[ /* num */ ][3],
1386 points,
1408 * Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL
1413 const EC_POINT *points[],
1479 * unless we precompute multiples for just one or two points,
1496 * we treat NULL scalars as 0, and NULL points as points at infinity,
1506 p = points[i];