Home
last modified time | relevance | path

Searched refs:Epid11G1ElemStr (Results 1 – 8 of 8) sorted by relevance

/external/epid-sdk/epid/common/1.1/src/
Dcommitment.h35 Epid11G1ElemStr g1; ///< Intel(R) EPID 1.1 parameter g1
37 Epid11G1ElemStr g3; ///< Intel(R) EPID 1.1 parameter g3
38 Epid11G1ElemStr h1; ///< Group public key value h1
39 Epid11G1ElemStr h2; ///< Group public key value h2
43 Epid11G1ElemStr T1; ///< Variable T1 computed in algorithm
44 Epid11G1ElemStr T2; ///< Variable T2 computed in algorithm
45 Epid11G1ElemStr R1; ///< Variable R1 computed in algorithm
46 Epid11G1ElemStr R2; ///< Variable R2 computed in algorithm
105 Epid11G1ElemStr const* T1, Epid11G1ElemStr const* T2, EcPoint const* R1,
Dcommitment.c50 Epid11G1ElemStr const* T1, Epid11G1ElemStr const* T2, EcPoint const* R1, in SetCalculatedEpid11CommitValues()
Dfile_parser.c31 Epid11G1ElemStr h1; ///< an element in G1
32 Epid11G1ElemStr h2; ///< an element in G1
/external/epid-sdk/epid/common/1.1/
Dtypes.h64 typedef G1ElemStr Epid11G1ElemStr; typedef
102 Epid11G1ElemStr g1; ///< a generator(an element) of G1
104 Epid11G1ElemStr g3; ///< a generator (an element) of G3
116 Epid11G1ElemStr h1; ///< an element in G1
117 Epid11G1ElemStr h2; ///< an element in G1
128 Epid11G1ElemStr T1; ///< an element in G1
129 Epid11G1ElemStr T2; ///< an element in G1
/external/epid-sdk/epid/common/math/unittests/
Dtatepairing-test.cc47 static const Epid11G1ElemStr kGaElemStr;
52 const Epid11G1ElemStr Epid11PairingTest::kGaElemStr = {
/external/epid-sdk/epid/common-testhelper/1.1/
Depid_params-testhelper.h72 static const Epid11G1ElemStr g1_str_;
Depid_params-testhelper.cc182 const Epid11G1ElemStr Epid11ParamsObj::g1_str_ = {
/external/epid-sdk/epid/common/math/src/
Dtatepairing.c116 sizeof(Epid11G1ElemStr) != (ga->ff->element_len << 3) || in NewEpid11PairingState()
326 Epid11G1ElemStr a_str = {0}; in Epid11Pairing()