• Home
  • Raw
  • Download

Lines Matching refs:field_sqr

568             if (!group->meth->field_sqr(group, Z_2, Z_1, ctx))  in ossl_ec_GFp_simple_point_get_affine_coordinates()
618 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ossl_ec_GFp_simple_add() local
632 field_sqr = group->meth->field_sqr; in ossl_ec_GFp_simple_add()
667 if (!field_sqr(group, n0, b->Z, ctx)) in ossl_ec_GFp_simple_add()
689 if (!field_sqr(group, n0, a->Z, ctx)) in ossl_ec_GFp_simple_add()
756 if (!field_sqr(group, n0, n6, ctx)) in ossl_ec_GFp_simple_add()
758 if (!field_sqr(group, n4, n5, ctx)) in ossl_ec_GFp_simple_add()
803 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ossl_ec_GFp_simple_dbl() local
816 field_sqr = group->meth->field_sqr; in ossl_ec_GFp_simple_dbl()
841 if (!field_sqr(group, n0, a->X, ctx)) in ossl_ec_GFp_simple_dbl()
851 if (!field_sqr(group, n1, a->Z, ctx)) in ossl_ec_GFp_simple_dbl()
868 if (!field_sqr(group, n0, a->X, ctx)) in ossl_ec_GFp_simple_dbl()
874 if (!field_sqr(group, n1, a->Z, ctx)) in ossl_ec_GFp_simple_dbl()
876 if (!field_sqr(group, n1, n1, ctx)) in ossl_ec_GFp_simple_dbl()
899 if (!field_sqr(group, n3, a->Y, ctx)) in ossl_ec_GFp_simple_dbl()
910 if (!field_sqr(group, r->X, n1, ctx)) in ossl_ec_GFp_simple_dbl()
917 if (!field_sqr(group, n0, n3, ctx)) in ossl_ec_GFp_simple_dbl()
961 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ossl_ec_GFp_simple_is_on_curve() local
971 field_sqr = group->meth->field_sqr; in ossl_ec_GFp_simple_is_on_curve()
999 if (!field_sqr(group, rh, point->X, ctx)) in ossl_ec_GFp_simple_is_on_curve()
1003 if (!field_sqr(group, tmp, point->Z, ctx)) in ossl_ec_GFp_simple_is_on_curve()
1005 if (!field_sqr(group, Z4, tmp, ctx)) in ossl_ec_GFp_simple_is_on_curve()
1048 if (!field_sqr(group, tmp, point->Y, ctx)) in ossl_ec_GFp_simple_is_on_curve()
1071 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ossl_ec_GFp_simple_cmp() local
1089 field_sqr = group->meth->field_sqr; in ossl_ec_GFp_simple_cmp()
1113 if (!field_sqr(group, Zb23, b->Z, ctx)) in ossl_ec_GFp_simple_cmp()
1121 if (!field_sqr(group, Za23, a->Z, ctx)) in ossl_ec_GFp_simple_cmp()
1328 if (!group->meth->field_sqr(group, tmp, p->Z, ctx)) in ossl_ec_GFp_simple_points_make_affine()
1464 || !group->meth->field_sqr(group, temp, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates()
1506 || !group->meth->field_sqr(group, t3, p->X, ctx) in ossl_ec_GFp_simple_ladder_pre()
1508 || !group->meth->field_sqr(group, t4, t4, ctx) in ossl_ec_GFp_simple_ladder_pre()
1588 || !group->meth->field_sqr(group, t0, t0, ctx) in ossl_ec_GFp_simple_ladder_step()
1594 || !group->meth->field_sqr(group, s->Z, t3, ctx) in ossl_ec_GFp_simple_ladder_step()
1599 || !group->meth->field_sqr(group, t4, r->X, ctx) in ossl_ec_GFp_simple_ladder_step()
1600 || !group->meth->field_sqr(group, t5, r->Z, ctx) in ossl_ec_GFp_simple_ladder_step()
1603 || !group->meth->field_sqr(group, t1, t1, ctx) in ossl_ec_GFp_simple_ladder_step()
1607 || !group->meth->field_sqr(group, t3, t3, ctx) in ossl_ec_GFp_simple_ladder_step()
1613 || !group->meth->field_sqr(group, t4, t5, ctx) in ossl_ec_GFp_simple_ladder_step()
1684 || !group->meth->field_sqr(group, t3, r->Z, ctx) in ossl_ec_GFp_simple_ladder_post()
1695 || !group->meth->field_sqr(group, t0, t0, ctx) in ossl_ec_GFp_simple_ladder_post()