Home
last modified time | relevance | path

Searched refs:field_sqr (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/ec/
Decp_smpl.c568 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()
[all …]
Dec2_smpl.c423 if (!group->meth->field_sqr(group, x2, s, ctx)) in ossl_ec_GF2m_simple_add()
443 if (!group->meth->field_sqr(group, x2, s, ctx)) in ossl_ec_GF2m_simple_add()
515 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ossl_ec_GF2m_simple_is_on_curve() local
524 field_sqr = group->meth->field_sqr; in ossl_ec_GF2m_simple_is_on_curve()
560 if (!field_sqr(group, y2, point->Y, ctx)) in ossl_ec_GF2m_simple_is_on_curve()
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()
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()
[all …]
Dec2_oct.c72 if (!group->meth->field_sqr(group, tmp, x, ctx)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
Decp_oct.c58 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
Dec_local.h149 int (*field_sqr) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
/third_party/openssl/ohos_lite/crypto/ec/
Dec_local.h153 int (*field_sqr) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
/third_party/openssl/
DCHANGES.md11454 'field_sqr') has been added; this is used only for binary fields.