HomeSort by relevance Sort by last modified time
    Searched refs:g1_x (Results 1 - 3 of 3) sorted by null

  /external/epid-sdk/epid/common/1.1/src/
epid11params.c 245 FfElement* g1_x = NULL; local
267 result = NewFfElement(Fq, &g1_x);
269 result = ReadFfElement(Fq, &params->g1.x, sizeof(params->g1.x), g1_x);
287 result = NewEcGroup(Fq, fq_a, fq_b, g1_x, g1_y, order, h, &ec);
296 DeleteFfElement(&g1_x);
  /external/epid-sdk/epid/common/src/
epid2params.c 328 FfElement* g1_x = NULL; local
361 result = NewFfElement(Fq, &g1_x);
365 result = ReadFfElement(Fq, &param->g1.x, sizeof(param->g1.x), g1_x);
397 result = NewEcGroup(Fq, fq_a, fq_b, g1_x, g1_y, order, cofactor, &ec);
408 DeleteFfElement(&g1_x);
  /external/epid-sdk/epid/common/math/unittests/
ecgroup-test.cc 195 g1_x = FfElementObj(&fq, g1_str.x);
201 efq = EcGroupObj(&fq, fq_a, fq_b, g1_x, g1_y, bn_p, bn_h);
239 FfElementObj g1_x; member in class:__anon22096::EcGroupTest
602 EXPECT_EQ(kEpidBadArgErr, NewEcGroup(fq2, this->fq_a, this->fq_b, this->g1_x,
605 EXPECT_EQ(kEpidBadArgErr, NewEcGroup(this->fq, fq2_a, this->fq_b, this->g1_x,
608 EXPECT_EQ(kEpidBadArgErr, NewEcGroup(this->fq, this->fq_a, fq2_b, this->g1_x,
615 NewEcGroup(this->fq, this->fq_a, this->fq_b, this->g1_x, g2_y,
622 sts = NewEcGroup(this->fq, nullptr, this->fq_b, this->g1_x, this->g1_y,
625 sts = NewEcGroup(this->fq, this->fq_a, nullptr, this->g1_x, this->g1_y,
631 sts = NewEcGroup(this->fq, this->fq_a, this->fq_b, this->g1_x, nullptr
    [all...]

Completed in 96 milliseconds