Home
last modified time | relevance | path

Searched refs:Epid11G3ElemStr (Results 1 – 9 of 9) sorted by relevance

/external/epid-sdk/epid/common/1.1/src/
Dcommitment.h41 Epid11G3ElemStr B; ///< Variable B computed in algorithm
42 Epid11G3ElemStr K; ///< Variable K computed in algorithm
47 Epid11G3ElemStr R3; ///< Variable R3 computed in algorithm
104 Epid11G3ElemStr const* B, Epid11G3ElemStr const* K,
Dcommitment.c49 Epid11G3ElemStr const* B, Epid11G3ElemStr const* K, in SetCalculatedEpid11CommitValues()
/external/epid-sdk/epid/common/1.1/
Dtypes.h67 typedef G1ElemStr Epid11G3ElemStr; typedef
126 Epid11G3ElemStr B; ///< an element in G3
127 Epid11G3ElemStr K; ///< an element in G3
146 Epid11G3ElemStr T; ///< an element in G3
177 Epid11G3ElemStr b; ///< an element of G1
178 Epid11G3ElemStr k; ///< an element of G1
/external/epid-sdk/epid/verifier/1.1/src/
Dnrverify.c38 Epid11G3ElemStr g3; //!< Generator of G3 (512-bit)
39 Epid11G3ElemStr B; //!< (element of G3): part of basic signature Sigma0
40 Epid11G3ElemStr K; //!< (element of G3): part of basic signature Sigma0
41 Epid11G3ElemStr B_tick; //!< (element of G3): one entry in SigRL
42 Epid11G3ElemStr K_tick; //!< (element of G3): one entry in SigRL
43 Epid11G3ElemStr T; //!< element of G3
44 Epid11G3ElemStr R1; //!< element of G3
45 Epid11G3ElemStr R2; //!< element of G3
/external/epid-sdk/epid/common-testhelper/1.1/
Depid_params-testhelper.h75 static const Epid11G3ElemStr g3_str_;
Depid_params-testhelper.cc210 const Epid11G3ElemStr Epid11ParamsObj::g3_str_ = {
/external/epid-sdk/epid/verifier/1.1/unittests/
Dverifier-testhelper.h37 static const Epid11G3ElemStr kG3IdentityStr;
Dverifier-testhelper.cc23 const Epid11G3ElemStr Epid11VerifierTest::kG3IdentityStr = {0};
/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc179 static const Epid11G3ElemStr kAadHash;
181 static const Epid11G3ElemStr kBsn0Hash;
183 static const Epid11G3ElemStr kTestHash;
185 static const Epid11G3ElemStr kAacHash;
1948 Epid11G3ElemStr r_str; in TEST_F()