Home | History | Annotate | Download | only in ec

Lines Matching refs:Z_is_one

328 	point->Z_is_one = 0;
338 dest->Z_is_one = src->Z_is_one;
349 point->Z_is_one = 0;
374 point->Z_is_one = 1;
456 if (a->Z_is_one)
465 if (b->Z_is_one)
565 if (!point->Z_is_one) return -1;
619 if (a->Z_is_one && b->Z_is_one)
656 if (point->Z_is_one || EC_POINT_is_at_infinity(group, point))