Searched refs:EcSscmExp (Results 1 – 7 of 7) sorted by relevance
/external/epid-sdk/epid/member/src/ |
D | privateexp.c | 108 sts = EcSscmExp(G1, a, &tmp_ff_str, t1); in EpidPrivateExp() 122 sts = EcSscmExp(G1, h, &tmp_ff_str, r); in EpidPrivateExp()
|
D | decompress_privkey.c | 155 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()
|
D | nrprove.c | 201 sts = EcSscmExp(G1, K, &rmu_str, t); in EpidNrProve() 210 sts = EcSscmExp(G1, rlK, &rmu_str, t); in EpidNrProve()
|
D | validatekey.c | 72 sts = EcSscmExp(G2, g2, (BigNumStr const*)x_str, t1); in EpidMemberIsKeyValid()
|
/external/epid-sdk/epid/common/math/unittests/ |
D | ecgroup-test.cc | 976 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/ |
D | ecgroup.h | 237 EpidStatus EcSscmExp(EcGroup* g, EcPoint const* a, BigNumStr const* b,
|
/external/epid-sdk/epid/common/math/src/ |
D | ecgroup.c | 564 EpidStatus EcSscmExp(EcGroup* g, EcPoint const* a, BigNumStr const* b, in EcSscmExp() function
|