/external/epid-sdk/epid/common/math/unittests/ |
D | ecgroup-test.cc | 49 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 …]
|
D | printutils-test.cc | 55 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 = {
|
D | pairing-test.cc | 52 static const G2ElemStr gb_elem_str; 73 const G2ElemStr PairingTest::gb_elem_str = {
|
/external/epid-sdk/epid/member/tiny/math/ |
D | serialize.h | 40 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/ |
D | validatekey.h | 28 typedef struct G2ElemStr G2ElemStr; typedef 62 G2ElemStr const* w_str);
|
D | join_commitment.c | 35 G2ElemStr g2; ///< Intel(R) EPID 2.0 parameter g2 38 G2ElemStr w; ///< Group public key value w
|
D | validatekey.c | 40 G2ElemStr const* w_str) { in EpidMemberIsKeyValid()
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | serialize-test.cc | 50 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/ |
D | types.h | 119 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/ |
D | commitment.h | 39 G2ElemStr g2; ///< Intel(R) EPID2.0 parameter g2 42 G2ElemStr w; ///< Group public key value w
|
D | file_parser.c | 46 G2ElemStr w; ///< an element in G2
|
/external/epid-sdk/epid/common/math/src/ |
D | printutils.c | 195 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()
|
D | ecgroup.c | 790 if (strlen != sizeof(G1ElemStr) && strlen != sizeof(G2ElemStr)) { in EcInGroup() 808 if (strlen == sizeof(G2ElemStr)) { in EcInGroup()
|
D | pairing.c | 346 G2ElemStr second_val_str = {0}; in Pairing()
|
/external/epid-sdk/epid/common-testhelper/ |
D | epid_params-testhelper.h | 69 static const G2ElemStr g2_str_;
|
D | ecpoint_wrapper-testhelper.h | 52 EcPointObj(EcGroupObj* group, G2ElemStr const& bytes);
|
D | epid_params-testhelper.cc | 159 const G2ElemStr Epid20Params::g2_str_ = {
|
D | ecpoint_wrapper-testhelper.cc | 84 EcPointObj::EcPointObj(EcGroupObj* group, G2ElemStr const& bytes) in EcPointObj()
|
/external/epid-sdk/epid/common/math/ |
D | printutils.h | 265 void PrintG2ElemStr(G2ElemStr const* g2_elem_str, char const* var_name,
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | serialize.c | 208 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/ |
D | createjoinrequest.c | 39 static const G2ElemStr epid20_g2_str = {
|
D | signbasic.c | 36 static const G2ElemStr epid20_g2_str = {
|
/external/epid-sdk/epid/member/tiny/unittests/ |
D | join_request-test.cc | 99 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/ |
D | join_request-test.cc | 100 G2ElemStr g2; // Intel(R) EPID 2.0 parameter g2 in ValidateJoinRequest() 103 G2ElemStr w; // Group public key value w in ValidateJoinRequest()
|