Searched refs:field_sqr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/crypto/openssl/crypto/ec/ |
| HD | ecp_smpl.c | 605 if (!group->meth->field_sqr(group, Z_2, Z_1, ctx)) in ec_GFp_simple_point_get_affine_coordinates() 656 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_add() local 670 field_sqr = group->meth->field_sqr; in ec_GFp_simple_add() 705 if (!field_sqr(group, n0, &b->Z, ctx)) in ec_GFp_simple_add() 727 if (!field_sqr(group, n0, &a->Z, ctx)) in ec_GFp_simple_add() 794 if (!field_sqr(group, n0, n6, ctx)) in ec_GFp_simple_add() 796 if (!field_sqr(group, n4, n5, ctx)) in ec_GFp_simple_add() 843 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_dbl() local 856 field_sqr = group->meth->field_sqr; in ec_GFp_simple_dbl() 881 if (!field_sqr(group, n0, &a->X, ctx)) in ec_GFp_simple_dbl() [all …]
|
| HD | ec2_mult.c | 96 if (!group->meth->field_sqr(group, x, x, ctx)) in gf2m_Mdouble() 98 if (!group->meth->field_sqr(group, t1, z, ctx)) in gf2m_Mdouble() 102 if (!group->meth->field_sqr(group, x, x, ctx)) in gf2m_Mdouble() 104 if (!group->meth->field_sqr(group, t1, t1, ctx)) in gf2m_Mdouble() 149 if (!group->meth->field_sqr(group, z1, z1, ctx)) in gf2m_Madd() 221 if (!group->meth->field_sqr(group, t4, x, ctx)) in gf2m_Mxy() 311 if (!group->meth->field_sqr(group, z2, x1, ctx)) in ec_GF2m_montgomery_point_multiply() 313 if (!group->meth->field_sqr(group, x2, z2, ctx)) in ec_GF2m_montgomery_point_multiply()
|
| HD | ec2_smpl.c | 521 if (!group->meth->field_sqr(group, x2, s, ctx)) in ec_GF2m_simple_add() 541 if (!group->meth->field_sqr(group, x2, s, ctx)) in ec_GF2m_simple_add() 611 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GF2m_simple_is_on_curve() local 617 field_sqr = group->meth->field_sqr; in ec_GF2m_simple_is_on_curve() 651 if (!field_sqr(group, y2, &point->Y, ctx)) in ec_GF2m_simple_is_on_curve()
|
| HD | ec2_oct.c | 126 if (!group->meth->field_sqr(group, tmp, x, ctx)) in ec_GF2m_simple_set_compressed_coordinates()
|
| HD | ecp_oct.c | 110 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) in ec_GFp_simple_set_compressed_coordinates()
|
| HD | ec_lcl.h | 189 int (*field_sqr) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
|
| /freebsd-11-stable/crypto/openssl/ |
| HD | CHANGES | 4723 'field_sqr') has been added; this is used only for binary fields.
|