Lines Matching defs:point
130 * For a fixed point multiplication (scalar != NULL, num == 0)
131 * or a variable point multiplication (scalar == NULL, num == 1),
147 * 'dbl' so that the same implementations of point operations can be used
244 /* enable optimized point arithmetics for special case */
307 int Z_is_one; /* enable optimized point arithmetics for
311 static ossl_inline int ec_point_is_compat(const EC_POINT *point,
314 if (group->meth != point->meth
316 && point->curve_name != 0
317 && group->curve_name != point->curve_name))
500 const EC_POINT *point,
520 const EC_POINT *point,
540 const EC_POINT *point,
670 * This functions computes a single point multiplication over the EC group,
674 * It performs either a fixed point multiplication
676 * when point is NULL, or a variable point multiplication
677 * (scalar * point)
678 * when point is not NULL.
699 const BIGNUM *scalar, const EC_POINT *point,