Lines Matching defs:point
126 * For a fixed point multiplication (scalar != NULL, num == 0)
127 * or a variable point multiplication (scalar == NULL, num == 1),
143 * 'dbl' so that the same implementations of point operations can be used
248 /* enable optimized point arithmetics for special case */
321 int Z_is_one; /* enable optimized point arithmetics for
325 static ossl_inline int ec_point_is_compat(const EC_POINT *point,
328 return group->meth == point->meth
330 || point->curve_name == 0
331 || group->curve_name == point->curve_name);
521 const EC_POINT *point,
541 const EC_POINT *point,
561 const EC_POINT *point,
701 * This functions computes a single point multiplication over the EC group,
705 * It performs either a fixed point multiplication
707 * when point is NULL, or a variable point multiplication
708 * (scalar * point)
709 * when point is not NULL.
730 const BIGNUM *scalar, const EC_POINT *point,