HomeSort by relevance Sort by last modified time
    Searched refs:G1ElemStr (Results 26 - 50 of 68) sorted by null

12 3

  /external/epid-sdk/epid/member/src/
hash_basename.c 30 size_t basename_len, G1ElemStr* B_str,
provision_join.c 37 G1ElemStr f_str;
validatekey.c 38 bool EpidMemberIsKeyValid(MemberCtx* ctx, G1ElemStr const* A_str,
39 FpElemStr const* x_str, G1ElemStr const* h1_str,
precomp.c 32 G1ElemStr const* A_str,
join.c 65 G1ElemStr R = {0};
  /external/epid-sdk/epid/member/tiny/src/
nrprove.c 50 G1ElemStr tmp_str;
51 G1ElemStr T_str;
52 G1ElemStr R1_str;
53 G1ElemStr R2_str;
createjoinrequest.c 53 static const G1ElemStr epid20_g1_str = {
72 G1ElemStr g1_str;
signbasic.c 50 static const G1ElemStr epid20_g1_str = {
65 G1ElemStr g1_str;
  /external/epid-sdk/epid/member/tpm2/ibm_tss/
commit.c 80 G1ElemStr p1_str = {0};
124 G1ElemStr e_str = {0};
131 G1ElemStr k_str = {0};
138 G1ElemStr l_str = {0};
createprimary.c 29 EpidStatus Tpm2CreatePrimary(Tpm2Ctx* ctx, G1ElemStr* p_str) {
load_external.c 53 G1ElemStr pub_str = {0};
  /external/epid-sdk/epid/member/tpm2/src/
createprimary.c 34 EpidStatus Tpm2CreatePrimary(Tpm2Ctx* ctx, G1ElemStr* p_str) {
  /external/epid-sdk/epid/common/1.1/
types.h 64 typedef G1ElemStr Epid11G1ElemStr;
67 typedef G1ElemStr Epid11G3ElemStr;
  /external/epid-sdk/epid/member/tpm2/unittests/
tpm2-testhelper.cc 33 bool operator==(G1ElemStr const& lhs, G1ElemStr const& rhs) {
42 const G1ElemStr EpidTpm2Test::kEpidPointStr = {
60 const G1ElemStr EpidTpm2Test::kP1Str = {
67 const G1ElemStr EpidTpm2Test::kg1Str = {
81 const G1ElemStr EpidTpm2Test::kP2Sha256Str = {
88 const G1ElemStr EpidTpm2Test::kP2Sha256ExpF = {
102 const G1ElemStr EpidTpm2Test::kP2Sha384Str = {
109 const G1ElemStr EpidTpm2Test::kP2Sha384ExpF = {
123 const G1ElemStr EpidTpm2Test::kP2Sha512Str =
    [all...]
commit-simulator-test.cc 59 G1ElemStr p1_exp_r_str, p2_exp_r_str;
75 G1ElemStr k_str, l_str, e_str;
104 G1ElemStr p1_exp_r_str, p2_exp_r_str;
120 G1ElemStr k_str, l_str, e_str;
149 G1ElemStr p1_exp_r_str, p2_exp_r_str;
165 G1ElemStr k_str, l_str, e_str;
194 G1ElemStr p1_exp_r_str, p2_exp_r_str;
210 G1ElemStr k_str, l_str, e_str;
238 G1ElemStr p1_exp_r_str;
250 G1ElemStr e_str
    [all...]
commit-test.cc 138 G1ElemStr infinity_str = {0};
172 G1ElemStr k_str;
200 G1ElemStr l_str, e_str;
240 G1ElemStr R_str = {0};
271 G1ElemStr R_str = {0};
301 G1ElemStr R_str = {0};
  /external/epid-sdk/epid/common/math/
printutils.h 248 void PrintG1ElemStr(G1ElemStr const* g1_elem_str, char const* var_name,
  /external/epid-sdk/epid/common/math/unittests/
ecgroup-test.cc 43 /// compares G1ElemStr values
44 bool operator==(G1ElemStr const& lhs, G1ElemStr const& rhs) {
146 static const G1ElemStr g1_str;
155 static const G1ElemStr efq_a_str;
156 static const G1ElemStr efq_b_str;
159 static const G1ElemStr efq_mul_ab_str;
160 static const G1ElemStr efq_exp_ax_str;
161 static const G1ElemStr efq_multiexp_abxy_str;
162 static const G1ElemStr efq_inv_a_str
    [all...]
  /external/epid-sdk/epid/member/unittests/
privateexp-test.cc 86 G1ElemStr r_str, r_expected_str;
114 G1ElemStr r_str, r_expected_str;
143 G1ElemStr r_str, r_expected_str;
join_request-test.cc 85 ASSERT_EQ(*(G1ElemStr*)(F_expected.data().data()), request.F);
99 G1ElemStr g1; // Intel(R) EPID 2.0 parameter g1
101 G1ElemStr h1; // Group public key value h1
102 G1ElemStr h2; // Group public key value h2
104 G1ElemStr F; // Variable F computed in algorithm
105 G1ElemStr R; // Variable R computed in algorithm
114 *(G1ElemStr*)(a.data().data()),
  /external/epid-sdk/epid/member/tiny/unittests/
join_request-test.cc 84 ASSERT_EQ(*(G1ElemStr*)(F_expected.data().data()), request.F);
98 G1ElemStr g1; // Intel(R) EPID 2.0 parameter g1
100 G1ElemStr h1; // Group public key value h1
101 G1ElemStr h2; // Group public key value h2
103 G1ElemStr F; // Variable F computed in algorithm
104 G1ElemStr R; // Variable R computed in algorithm
113 *(G1ElemStr*)(a.data().data()),
  /external/epid-sdk/epid/common-testhelper/unittests/
ecgroup_wrapper-test.cc 46 static const G1ElemStr g1_str;
64 const G1ElemStr EcGroupObjTest::g1_str = {
  /external/epid-sdk/epid/member/tiny/math/src/
serialize.c 186 void* EFqSerialize(G1ElemStr* dest, EccPointFq const* src) {
197 void const* EFqDeserialize(EccPointFq* dest, G1ElemStr const* src) {
  /external/epid-sdk/epid/common/math/src/
printutils.c 268 if (2 * ipp_half_strlen == sizeof(G1ElemStr)) {
269 PrintG1ElemStr((const G1ElemStr*)&ec_point_str, var_name, format);
464 void PrintG1ElemStr(G1ElemStr const* g1_elem_str, char const* var_name,
469 PRINT("%s (G1ElemStr):\n", var_name);
  /external/epid-sdk/epid/common-testhelper/
ecpoint_wrapper-testhelper.cc 79 EcPointObj::EcPointObj(EcGroupObj* group, G1ElemStr const& bytes)

Completed in 1769 milliseconds

12 3