Searched refs:field_mul (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 631 field_mul = group->meth->field_mul; in ossl_ec_GFp_simple_add() 760 if (!field_mul(group, n3, n1, n4, ctx)) in ossl_ec_GFp_simple_add() 774 if (!field_mul(group, n0, n0, n6, ctx)) in ossl_ec_GFp_simple_add() 776 if (!field_mul(group, n5, n4, n5, ctx)) in ossl_ec_GFp_simple_add() 778 if (!field_mul(group, n1, n2, n5, ctx)) in ossl_ec_GFp_simple_add() 815 field_mul = group->meth->field_mul; in ossl_ec_GFp_simple_dbl() 857 if (!field_mul(group, n1, n0, n2, ctx)) in ossl_ec_GFp_simple_dbl() 901 if (!field_mul(group, n2, a->X, n3, ctx)) in ossl_ec_GFp_simple_dbl() 926 if (!field_mul(group, n0, n1, n0, ctx)) in ossl_ec_GFp_simple_dbl() 970 field_mul = group->meth->field_mul; in ossl_ec_GFp_simple_is_on_curve() [all …]
|
H A D | ec2_smpl.c | 453 if (!group->meth->field_mul(group, y2, y2, s, ctx)) in ossl_ec_GF2m_simple_add() 523 field_mul = group->meth->field_mul; in ossl_ec_GF2m_simple_is_on_curve() 552 if (!field_mul(group, lh, lh, point->X, ctx)) in ossl_ec_GF2m_simple_is_on_curve() 556 if (!field_mul(group, lh, lh, point->X, ctx)) in ossl_ec_GF2m_simple_is_on_curve() 779 if (!group->meth->field_mul(group, r->Y, r->Z, s->X, 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() 839 || !group->meth->field_mul(group, t1, t1, t2, 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() 846 || !group->meth->field_mul(group, t1, t1, t2, ctx) in ec_GF2m_simple_ladder_post() [all …]
|
H A D | ecp_oct.c | 60 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates() 85 if (!group->meth->field_mul(group, tmp2, group->a, x, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
H A D | ec2_oct.c | 99 if (!group->meth->field_mul(group, y, x, z, ctx)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
|
H A D | ec_local.h | 147 int (*field_mul) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|
/openssl/test/ |
H A D | ec_internal_test.c | 31 if (group->meth->field_inv == NULL || group->meth->field_mul == NULL) in group_field_tests() 49 || !TEST_true(group->meth->field_mul(group, c, a, b, ctx)) in group_field_tests()
|
/openssl/ |
H A D | CHANGES.md | 12828 An internal 'field_div' method (similar to 'field_mul' and
|
Completed in 61 milliseconds