Home
last modified time | relevance | path

Searched refs:EcExp (Results 1 – 15 of 15) sorted by relevance

/external/epid-sdk/epid/member/tpm2/unittests/
Dcommit-simulator-test.cc68 THROW_ON_EPIDERR(EcExp(params.G1, p1, (BigNumStr const*)&r_str, p1_exp_r)); in TEST_F()
71 THROW_ON_EPIDERR(EcExp(params.G1, p2, (BigNumStr const*)&r_str, p2_exp_r)); in TEST_F()
113 THROW_ON_EPIDERR(EcExp(params.G1, p1, (BigNumStr const*)&r_str, p1_exp_r)); in TEST_F()
116 THROW_ON_EPIDERR(EcExp(params.G1, p2, (BigNumStr const*)&r_str, p2_exp_r)); in TEST_F()
158 THROW_ON_EPIDERR(EcExp(params.G1, p1, (BigNumStr const*)&r_str, p1_exp_r)); in TEST_F()
161 THROW_ON_EPIDERR(EcExp(params.G1, p2, (BigNumStr const*)&r_str, p2_exp_r)); in TEST_F()
203 THROW_ON_EPIDERR(EcExp(params.G1, p1, (BigNumStr const*)&r_str, p1_exp_r)); in TEST_F()
206 THROW_ON_EPIDERR(EcExp(params.G1, p2, (BigNumStr const*)&r_str, p2_exp_r)); in TEST_F()
246 THROW_ON_EPIDERR(EcExp(params.G1, p1, (BigNumStr const*)&r_str, p1_exp_r)); in TEST_F()
283 THROW_ON_EPIDERR(EcExp(params.G1, g1, (BigNumStr const*)&r_str, g1_exp_r)); in TEST_F()
Dsign-test.cc64 THROW_ON_EPIDERR(EcExp(params.G1, point, &exp, v1)); in IsSignatureValid()
68 THROW_ON_EPIDERR(EcExp(params.G1, private_exp, &exp, v2)); in IsSignatureValid()
/external/epid-sdk/epid/member/tpm2/src/
Dcommit.c143 sts = EcExp(G1, point, &f_str, k); in Tpm2Commit()
148 sts = EcExp(G1, point, &r_str, l); in Tpm2Commit()
165 sts = EcExp(G1, p1, &r_str, e); in Tpm2Commit()
169 sts = EcExp(G1, ctx->epid2_params->g1, &r_str, e); in Tpm2Commit()
/external/epid-sdk/epid/member/unittests/
Dprivateexp-test.cc90 THROW_ON_EPIDERR(EcExp( in TEST_F()
118 THROW_ON_EPIDERR(EcExp( in TEST_F()
147 THROW_ON_EPIDERR(EcExp(params.G1, a, (BigNumStr const*)&f_str, r_expected)); in TEST_F()
Djoin_request-test.cc84 THROW_ON_EPIDERR(EcExp(params.G1, F_expected, (BigNumStr*)&f, F_expected)); in ValidateJoinRequest()
92 THROW_ON_EPIDERR(EcExp(params.G1, a, (BigNumStr*)&request.s, a)); in ValidateJoinRequest()
93 THROW_ON_EPIDERR(EcExp(params.G1, b, (BigNumStr*)nc.data().data(), b)); in ValidateJoinRequest()
/external/epid-sdk/epid/member/tiny/unittests/
Djoin_request-test.cc83 THROW_ON_EPIDERR(EcExp(params.G1, F_expected, (BigNumStr*)&f, F_expected)); in ValidateJoinRequest()
91 THROW_ON_EPIDERR(EcExp(params.G1, a, (BigNumStr*)&request.s, a)); in ValidateJoinRequest()
92 THROW_ON_EPIDERR(EcExp(params.G1, b, (BigNumStr*)nc.data().data(), b)); in ValidateJoinRequest()
/external/epid-sdk/epid/verifier/1.1/src/
Dcheck_privrl_entry.c68 result = EcExp(G3, b, (BigNumStr const*)f, t5); in Epid11CheckPrivRlEntry()
Dverify.c108 sts = EcExp(G3, B, f_str, t5); in Epid11PrVerify()
Dverifybasic.c336 res = EcExp(G1, T1, &nc_str, t2); in Epid11VerifyBasicSig()
/external/epid-sdk/epid/verifier/src/
Dcheck_privrl_entry.c73 result = EcExp(G1, b, (BigNumStr const*)f, t4); in EpidCheckPrivRlEntry()
/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc920 EcExp(this->efq2, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
922 EcExp(this->efq, this->efq2_a, &zero_bn_str, this->efq_r)); in TEST_F()
924 EcExp(this->efq, this->efq_a, &zero_bn_str, this->efq2_r)); in TEST_F()
929 EcExp(nullptr, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
931 EcExp(this->efq, nullptr, &zero_bn_str, this->efq_r)); in TEST_F()
933 EcExp(this->efq, this->efq_a, nullptr, this->efq_r)); in TEST_F()
935 EcExp(this->efq, this->efq_a, &zero_bn_str, nullptr)); in TEST_F()
941 EcExp(this->efq, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
949 EcExp(this->efq, this->efq_a, &this->x_str, this->efq_r)); in TEST_F()
958 EcExp(this->efq2, this->efq2_a, &zero_bn_str, this->efq2_r)); in TEST_F()
[all …]
/external/epid-sdk/epid/common/math/
Decgroup.h208 EpidStatus EcExp(EcGroup* g, EcPoint const* a, BigNumStr const* b, EcPoint* r);
/external/epid-sdk/epid/member/tpm2/ibm_tss/
Dload_external.c77 sts = EcExp(G1, g1, (BigNumStr const*)f_str, pub); in Tpm2LoadExternal()
/external/epid-sdk/epid/member/src/
Dpresig.c198 sts = EcExp(G1, h2, (BigNumStr*)&precompsig->a, t); in MemberComputePreSig()
/external/epid-sdk/epid/common/math/src/
Decgroup.c523 EpidStatus EcExp(EcGroup* g, EcPoint const* a, BigNumStr const* b, EcPoint* r) { in EcExp() function
568 return EcExp(g, a, b, r); in EcSscmExp()