Home | History | Annotate | Download | only in ec

Lines Matching full:meth

496 			if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
649 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
739 if (!group->meth->field_div(group, s, s, t, ctx)) goto err;
740 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
753 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
756 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
762 if (!group->meth->field_mul(group, y2, y2, s, ctx)) goto err;
820 field_mul = group->meth->field_mul;
821 field_sqr = group->meth->field_sqr;
948 if (!group->meth->make_affine(group, points[i], ctx)) return 0;