Searched refs:FfExp (Results 1 – 5 of 5) sorted by relevance
/external/epid-sdk/epid/common/math/unittests/ |
D | ffelement-test.cc | 2044 FfExp(nullptr, this->fq_a, this->bn_a, this->fq_result)); in TEST_F() 2046 FfExp(this->fq, nullptr, this->bn_a, this->fq_result)); in TEST_F() 2048 FfExp(this->fq, this->fq_a, nullptr, this->fq_result)); in TEST_F() 2049 EXPECT_EQ(kEpidBadArgErr, FfExp(this->fq, this->fq_a, this->bn_a, nullptr)); in TEST_F() 2054 FfExp(this->fq12, this->fq_a, this->bn_0, this->fq_result)); in TEST_F() 2056 FfExp(this->fq, this->fq12_g, this->bn_0, this->fq_result)); in TEST_F() 2058 FfExp(this->fq, this->fq_a, this->bn_0, this->fq12_result)); in TEST_F() 2065 FfExp(this->fq, this->fq_0, this->bn_a, this->fq_result)); in TEST_F() 2075 FfExp(this->fq, this->fq_a, this->bn_0, this->fq_result)); in TEST_F() 2085 FfExp(this->fq, this->fq_1, this->bn_a, this->fq_result)); in TEST_F() [all …]
|
/external/epid-sdk/epid/common/math/src/ |
D | finitefield.c | 906 EpidStatus FfExp(FiniteField* ff, FfElement const* a, BigNum const* b, in FfExp() function 1491 result = FfExp(ff, g, qm1d2, gg); in FfSqrt() 1551 result = FfExp(ff, g, e, ge); in FfSqrt() 1564 result = FfExp(ff, h, qm1dj, temp); in FfSqrt() 1582 result = FfExp(ff, g, e, ge); in FfSqrt() 1600 result = FfExp(ff, g, ed2, ged2); in FfSqrt() 1612 result = FfExp(ff, h, tp1d2, gtp1d2); in FfSqrt()
|
D | tatepairing.c | 250 result = FfExp(pairing_state_ctx->Fq3, pairing_state_ctx->alpha_q[1], in NewEpid11PairingState() 864 result = FfExp(ps->ff, d, ps->final_exp_constant, d); in FinalExp()
|
/external/epid-sdk/epid/common/math/ |
D | finitefield.h | 346 EpidStatus FfExp(FiniteField* ff, FfElement const* a, BigNum const* b,
|
/external/epid-sdk/epid/member/src/ |
D | decompress_privkey.c | 179 result = FfExp(GT, t3, bn_pminus1, t3); in EpidDecompressPrivKey()
|