Home
last modified time | relevance | path

Searched refs:EcSscmExp (Results 1 – 7 of 7) sorted by relevance

/external/epid-sdk/epid/member/src/
Dprivateexp.c108 sts = EcSscmExp(G1, a, &tmp_ff_str, t1); in EpidPrivateExp()
122 sts = EcSscmExp(G1, h, &tmp_ff_str, r); in EpidPrivateExp()
Ddecompress_privkey.c155 result = EcSscmExp(G2, g2, (BigNumStr const*)&priv_key->x, t1); in EpidDecompressPrivKey()
164 result = EcSscmExp(G1, h1, (BigNumStr const*)&priv_key->f, t2); in EpidDecompressPrivKey()
Dnrprove.c201 sts = EcSscmExp(G1, K, &rmu_str, t); in EpidNrProve()
210 sts = EcSscmExp(G1, rlK, &rmu_str, t); in EpidNrProve()
Dvalidatekey.c72 sts = EcSscmExp(G2, g2, (BigNumStr const*)x_str, t1); in EpidMemberIsKeyValid()
/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc976 EcSscmExp(this->efq2, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
978 EcSscmExp(this->efq, this->efq2_a, &zero_bn_str, this->efq_r)); in TEST_F()
980 EcSscmExp(this->efq, this->efq_a, &zero_bn_str, this->efq2_r)); in TEST_F()
985 EcSscmExp(nullptr, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
987 EcSscmExp(this->efq, nullptr, &zero_bn_str, this->efq_r)); in TEST_F()
989 EcSscmExp(this->efq, this->efq_a, nullptr, this->efq_r)); in TEST_F()
991 EcSscmExp(this->efq, this->efq_a, &zero_bn_str, nullptr)); in TEST_F()
997 EcSscmExp(this->efq, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
1005 EcSscmExp(this->efq, this->efq_a, &this->x_str, this->efq_r)); in TEST_F()
1014 EcSscmExp(this->efq2, this->efq2_a, &zero_bn_str, this->efq2_r)); in TEST_F()
[all …]
/external/epid-sdk/epid/common/math/
Decgroup.h237 EpidStatus EcSscmExp(EcGroup* g, EcPoint const* a, BigNumStr const* b,
/external/epid-sdk/epid/common/math/src/
Decgroup.c564 EpidStatus EcSscmExp(EcGroup* g, EcPoint const* a, BigNumStr const* b, in EcSscmExp() function