Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_smpl.c632 field_sqr = group->meth->field_sqr; 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()
816 field_sqr = group->meth->field_sqr; 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()
971 field_sqr = group->meth->field_sqr; in ossl_ec_GFp_simple_is_on_curve()
1005 if (!field_sqr(group, Z4, tmp, ctx)) in ossl_ec_GFp_simple_is_on_curve()
[all …]
H A 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()
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()
788 || !group->meth->field_sqr(group, r->Y, r->Z, ctx) in ec_GF2m_simple_ladder_step()
[all …]
H A Dec2_oct.c72 if (!group->meth->field_sqr(group, tmp, x, ctx)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
H A Decp_oct.c58 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
H A Dec_local.h149 int (*field_sqr) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
/openssl/
H A DCHANGES.md12765 'field_sqr') has been added; this is used only for binary fields.

Completed in 84 milliseconds