Home
last modified time | relevance | path

Searched refs:G2ElemStr (Results 1 – 24 of 24) sorted by relevance

/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc49 bool operator==(G2ElemStr const& lhs, G2ElemStr const& rhs) { in operator ==()
71 static const G2ElemStr param_g2 = { in EFq2Params()
147 static const G2ElemStr g2_str;
170 static const G2ElemStr efq2_a_str;
171 static const G2ElemStr efq2_b_str;
172 static const G2ElemStr efq2_mul_ab_str;
173 static const G2ElemStr efq2_exp_ax_str;
174 static const G2ElemStr efq2_multiexp_abxy_str;
175 static const G2ElemStr efq2_inv_a_str;
176 static const G2ElemStr efq2_identity_str;
[all …]
Dprintutils-test.cc55 static const G2ElemStr g2_str;
60 static const G2ElemStr efq2_a_str;
257 const G2ElemStr PrintutilsTest::g2_str = {
277 const G2ElemStr PrintutilsTest::efq2_a_str = {
Dpairing-test.cc52 static const G2ElemStr gb_elem_str;
73 const G2ElemStr PairingTest::gb_elem_str = {
/external/epid-sdk/epid/member/tiny/math/
Dserialize.h40 typedef struct G2ElemStr G2ElemStr; typedef
173 void* EFq2Serialize(G2ElemStr* dest, EccPointFq2 const* src);
181 void const* EFq2Deserialize(EccPointFq2* dest, G2ElemStr const* src);
/external/epid-sdk/epid/member/src/
Dvalidatekey.h28 typedef struct G2ElemStr G2ElemStr; typedef
62 G2ElemStr const* w_str);
Djoin_commitment.c35 G2ElemStr g2; ///< Intel(R) EPID 2.0 parameter g2
38 G2ElemStr w; ///< Group public key value w
Dvalidatekey.c40 G2ElemStr const* w_str) { in EpidMemberIsKeyValid()
/external/epid-sdk/epid/member/tiny/math/unittests/
Dserialize-test.cc50 bool operator==(G2ElemStr const& lhs, G2ElemStr const& rhs) { in operator ==()
398 G2ElemStr efq2_point_serialize = {0}; in TEST()
399 const G2ElemStr expected_efq2_point_serialize = { in TEST()
413 const G2ElemStr serialize_efq2_point = {{serialize_fqelm, serialize_fqelm}, in TEST()
/external/epid-sdk/epid/common/
Dtypes.h119 typedef struct G2ElemStr { struct
122 } G2ElemStr; argument
143 G2ElemStr g2; ///< a generator (an element) of G2
157 G2ElemStr w; ///< an element in G2
/external/epid-sdk/epid/common/src/
Dcommitment.h39 G2ElemStr g2; ///< Intel(R) EPID2.0 parameter g2
42 G2ElemStr w; ///< Group public key value w
Dfile_parser.c46 G2ElemStr w; ///< an element in G2
/external/epid-sdk/epid/common/math/src/
Dprintutils.c195 uint8_t ec_point_str[sizeof(G2ElemStr)]; in PrintEcPoint()
270 } else if (2 * ipp_half_strlen == sizeof(G2ElemStr)) { in PrintEcPoint()
271 PrintG2ElemStr((const G2ElemStr*)&ec_point_str, var_name, format); in PrintEcPoint()
503 void PrintG2ElemStr(G2ElemStr const* g2_elem_str, char const* var_name, in PrintG2ElemStr()
Decgroup.c790 if (strlen != sizeof(G1ElemStr) && strlen != sizeof(G2ElemStr)) { in EcInGroup()
808 if (strlen == sizeof(G2ElemStr)) { in EcInGroup()
Dpairing.c346 G2ElemStr second_val_str = {0}; in Pairing()
/external/epid-sdk/epid/common-testhelper/
Depid_params-testhelper.h69 static const G2ElemStr g2_str_;
Decpoint_wrapper-testhelper.h52 EcPointObj(EcGroupObj* group, G2ElemStr const& bytes);
Depid_params-testhelper.cc159 const G2ElemStr Epid20Params::g2_str_ = {
Decpoint_wrapper-testhelper.cc84 EcPointObj::EcPointObj(EcGroupObj* group, G2ElemStr const& bytes) in EcPointObj()
/external/epid-sdk/epid/common/math/
Dprintutils.h265 void PrintG2ElemStr(G2ElemStr const* g2_elem_str, char const* var_name,
/external/epid-sdk/epid/member/tiny/math/src/
Dserialize.c208 void* EFq2Serialize(G2ElemStr* dest, EccPointFq2 const* src) { in EFq2Serialize()
221 void const* EFq2Deserialize(EccPointFq2* dest, G2ElemStr const* src) { in EFq2Deserialize()
/external/epid-sdk/epid/member/tiny/src/
Dcreatejoinrequest.c39 static const G2ElemStr epid20_g2_str = {
Dsignbasic.c36 static const G2ElemStr epid20_g2_str = {
/external/epid-sdk/epid/member/tiny/unittests/
Djoin_request-test.cc99 G2ElemStr g2; // Intel(R) EPID 2.0 parameter g2 in ValidateJoinRequest()
102 G2ElemStr w; // Group public key value w in ValidateJoinRequest()
/external/epid-sdk/epid/member/unittests/
Djoin_request-test.cc100 G2ElemStr g2; // Intel(R) EPID 2.0 parameter g2 in ValidateJoinRequest()
103 G2ElemStr w; // Group public key value w in ValidateJoinRequest()