Home
last modified time | relevance | path

Searched refs:bn_p (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/epid/member/src/
Ddecompress_privkey.c232 BigNum* bn_p = 0; in DeriveXF() local
248 result = NewBigNum(sizeof(*p), &bn_p); in DeriveXF()
250 result = ReadBigNum(p, sizeof(*p), bn_p); in DeriveXF()
271 result = BigNumMod(bn_x, bn_p, bn_x); in DeriveXF()
292 result = BigNumMod(bn_f, bn_p, bn_f); in DeriveXF()
305 DeleteBigNum(&bn_p); in DeriveXF()
/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc198 bn_p = BigNumObj(p); in SetUp()
201 efq = EcGroupObj(&fq, fq_a, fq_b, g1_x, g1_y, bn_p, bn_h); in SetUp()
242 BigNumObj bn_p; member in __anon4a5873cb0111::EcGroupTest
603 this->g1_y, this->bn_p, this->bn_h, &g)); in TEST_F()
606 this->g1_y, this->bn_p, this->bn_h, &g)); in TEST_F()
609 this->g1_y, this->bn_p, this->bn_h, &g)); in TEST_F()
612 this->g1_y, this->bn_p, this->bn_h, &g)); in TEST_F()
616 this->bn_p, this->bn_h, &g)); in TEST_F()
623 this->bn_p, this->bn_h, &g); in TEST_F()
626 this->bn_p, this->bn_h, &g); in TEST_F()
[all …]