Lines Matching refs:points
1230 * This function includes a branch for checking whether the two input points
1345 * The formulae are incorrect if the points are equal, in affine coordinates
1441 * Each contain various points on the curve, where each point is three field
1470 * Tables for other points have table[i] = iG for i in 0 .. 16. */
1472 /* gmul is the table of precomputed base points */
1691 * other points multiples (every 5th round).
1990 /* points below is of size |num|, and tmp_smallfelems is of size |num+1| */
1991 static void make_points_affine(size_t num, smallfelem points[][3],
1999 points,
2020 * Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL
2025 const EC_POINT *points[],
2091 * unless we precompute multiples for just one or two points,
2108 * we treat NULL scalars as 0, and NULL points as points at infinity,
2123 p = points[i];