Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common-testhelper/
Decgroup_wrapper-testhelper.cc85 NewEcGroup(fq, FfElementObj(&fq), FfElementObj(&fq, b_str), in EcGroupObj()
109 NewEcGroup(*ff, a, b, x, y, order, cofactor, &temp); in EcGroupObj()
/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc602 EXPECT_EQ(kEpidBadArgErr, NewEcGroup(fq2, this->fq_a, this->fq_b, this->g1_x, in TEST_F()
605 EXPECT_EQ(kEpidBadArgErr, NewEcGroup(this->fq, fq2_a, this->fq_b, this->g1_x, in TEST_F()
608 EXPECT_EQ(kEpidBadArgErr, NewEcGroup(this->fq, this->fq_a, fq2_b, this->g1_x, in TEST_F()
611 EXPECT_EQ(kEpidBadArgErr, NewEcGroup(this->fq, this->fq_a, this->fq_b, g2_x, in TEST_F()
615 NewEcGroup(this->fq, this->fq_a, this->fq_b, this->g1_x, g2_y, in TEST_F()
622 sts = NewEcGroup(this->fq, nullptr, this->fq_b, this->g1_x, this->g1_y, in TEST_F()
625 sts = NewEcGroup(this->fq, this->fq_a, nullptr, this->g1_x, this->g1_y, in TEST_F()
628 sts = NewEcGroup(this->fq, this->fq_a, this->fq_b, nullptr, this->g1_y, in TEST_F()
631 sts = NewEcGroup(this->fq, this->fq_a, this->fq_b, this->g1_x, nullptr, in TEST_F()
634 sts = NewEcGroup(this->fq, this->fq_a, this->fq_b, this->g1_x, this->g1_y, in TEST_F()
[all …]
/external/epid-sdk/epid/common/1.1/src/
Depid11params.c287 result = NewEcGroup(Fq, fq_a, fq_b, g1_x, g1_y, order, h, &ec); in NewG1()
353 result = NewEcGroup(Fq_dash, fq_a, fq_b, g3_x, g3_y, order, h_tick, &ec); in NewG3()
452 result = NewEcGroup(Fqd, fqd_twista, fqd_twistb, g2_x, g2_y, order, h, &ec); in NewG2()
/external/epid-sdk/epid/common/math/
Decgroup.h80 EpidStatus NewEcGroup(FiniteField const* ff, FfElement const* a,
/external/epid-sdk/epid/common/src/
Depid2params.c397 result = NewEcGroup(Fq, fq_a, fq_b, g1_x, g1_y, order, cofactor, &ec); in NewG1()
503 result = NewEcGroup(Fq2, a, b, x, y, order, cofactor, &ec); in NewG2()
/external/epid-sdk/epid/common/math/src/
Decgroup.c52 EpidStatus NewEcGroup(FiniteField const* ff, FfElement const* a, in NewEcGroup() function