Lines Matching refs:meth

421         if (!group->meth->field_div(group, s, s, t, ctx))  in ossl_ec_GF2m_simple_add()
423 if (!group->meth->field_sqr(group, x2, s, ctx)) in ossl_ec_GF2m_simple_add()
438 if (!group->meth->field_div(group, s, y1, x1, ctx)) in ossl_ec_GF2m_simple_add()
443 if (!group->meth->field_sqr(group, x2, s, ctx)) in ossl_ec_GF2m_simple_add()
453 if (!group->meth->field_mul(group, y2, y2, s, ctx)) in ossl_ec_GF2m_simple_add()
490 if (group->meth->make_affine == NULL in ossl_ec_GF2m_simple_invert()
491 || !group->meth->make_affine(group, point, ctx)) in ossl_ec_GF2m_simple_invert()
523 field_mul = group->meth->field_mul; in ossl_ec_GF2m_simple_is_on_curve()
524 field_sqr = group->meth->field_sqr; in ossl_ec_GF2m_simple_is_on_curve()
687 if (!group->meth->make_affine(group, points[i], ctx)) in ossl_ec_GF2m_simple_points_make_affine()
740 if ((group->meth->field_encode != NULL in ec_GF2m_simple_ladder_pre()
741 && !group->meth->field_encode(group, s->Z, s->Z, ctx)) in ec_GF2m_simple_ladder_pre()
742 || !group->meth->field_mul(group, s->X, p->X, s->Z, ctx)) in ec_GF2m_simple_ladder_pre()
754 if ((group->meth->field_encode != NULL in ec_GF2m_simple_ladder_pre()
755 && !group->meth->field_encode(group, r->Y, r->Y, ctx)) in ec_GF2m_simple_ladder_pre()
756 || !group->meth->field_sqr(group, r->Z, p->X, ctx) in ec_GF2m_simple_ladder_pre()
757 || !group->meth->field_sqr(group, r->X, r->Z, ctx) in ec_GF2m_simple_ladder_pre()
759 || !group->meth->field_mul(group, r->Z, r->Z, r->Y, ctx) in ec_GF2m_simple_ladder_pre()
760 || !group->meth->field_mul(group, r->X, r->X, r->Y, ctx)) in ec_GF2m_simple_ladder_pre()
779 if (!group->meth->field_mul(group, r->Y, r->Z, s->X, ctx) in ec_GF2m_simple_ladder_step()
780 || !group->meth->field_mul(group, s->X, r->X, s->Z, ctx) in ec_GF2m_simple_ladder_step()
781 || !group->meth->field_sqr(group, s->Y, r->Z, ctx) in ec_GF2m_simple_ladder_step()
782 || !group->meth->field_sqr(group, r->Z, r->X, ctx) in ec_GF2m_simple_ladder_step()
784 || !group->meth->field_sqr(group, s->Z, s->Z, ctx) in ec_GF2m_simple_ladder_step()
785 || !group->meth->field_mul(group, s->X, r->Y, s->X, ctx) in ec_GF2m_simple_ladder_step()
786 || !group->meth->field_mul(group, r->Y, s->Z, p->X, ctx) in ec_GF2m_simple_ladder_step()
788 || !group->meth->field_sqr(group, r->Y, r->Z, ctx) in ec_GF2m_simple_ladder_step()
789 || !group->meth->field_mul(group, r->Z, r->Z, s->Y, ctx) in ec_GF2m_simple_ladder_step()
790 || !group->meth->field_sqr(group, s->Y, s->Y, ctx) in ec_GF2m_simple_ladder_step()
791 || !group->meth->field_mul(group, s->Y, s->Y, group->b, ctx) in ec_GF2m_simple_ladder_step()
833 if (!group->meth->field_mul(group, t0, r->Z, s->Z, ctx) in ec_GF2m_simple_ladder_post()
834 || !group->meth->field_mul(group, t1, p->X, r->Z, ctx) in ec_GF2m_simple_ladder_post()
836 || !group->meth->field_mul(group, t2, p->X, s->Z, ctx) in ec_GF2m_simple_ladder_post()
837 || !group->meth->field_mul(group, r->Z, r->X, t2, ctx) in ec_GF2m_simple_ladder_post()
839 || !group->meth->field_mul(group, t1, t1, t2, ctx) in ec_GF2m_simple_ladder_post()
840 || !group->meth->field_sqr(group, t2, p->X, ctx) in ec_GF2m_simple_ladder_post()
842 || !group->meth->field_mul(group, t2, t2, t0, ctx) in ec_GF2m_simple_ladder_post()
844 || !group->meth->field_mul(group, t2, p->X, t0, ctx) in ec_GF2m_simple_ladder_post()
845 || !group->meth->field_inv(group, t2, t2, ctx) in ec_GF2m_simple_ladder_post()
846 || !group->meth->field_mul(group, t1, t1, t2, ctx) in ec_GF2m_simple_ladder_post()
847 || !group->meth->field_mul(group, r->X, r->Z, t2, ctx) in ec_GF2m_simple_ladder_post()
849 || !group->meth->field_mul(group, t2, t2, t1, ctx) in ec_GF2m_simple_ladder_post()