Lines Matching defs:point
117 * This functions computes a single point multiplication over the EC group,
121 * It performs either a fixed point multiplication
123 * when point is NULL, or a variable point multiplication
124 * (scalar * point)
125 * when point is not NULL.
146 const BIGNUM *scalar, const EC_POINT *point,
157 /* early exit if the input point is the point at infinity */
158 if (point != NULL && EC_POINT_is_at_infinity(group, point))
178 if (point == NULL) {
184 if (!EC_POINT_copy(p, point)) {
269 /* ensure input point is in affine coords for ladder step efficiency */
371 /* Finalize ladder (and recover full point coordinates) */
459 * where the secret scalar is multiplied by the peer's public point.
660 * 'val_sub[i]' is a pointer to the subarray for the i-th point, or to a
875 * The following parameters mean we precompute (approximately) one point
931 * calculate odd multiples of the current base point