HomeSort by relevance Sort by last modified time
    Searched defs:Fq (Results 1 - 12 of 12) sorted by null

  /external/epid-sdk/epid/common/math/src/
pairing-internal.h 34 FiniteField* Fq; ///< Fq
tatepairing-internal.h 36 FiniteField* Fq; ///< Fq
tatepairing.c 55 /// Data for element in Fq
57 Ipp32u x[sizeof(FqElemStr) / sizeof(Ipp32u)]; ///< element in Fq
59 /// Data for element in Fq
66 static EpidStatus Fq6FromFq(FiniteField* fq6, FiniteField* fq,
97 IppsGFpState* Fq = NULL;
134 // get Fq3, Fq
141 pairing_state_ctx->Fq = pairing_state_ctx->Fq3->ground_ff;
142 Ffq = pairing_state_ctx->Fq;
143 if (!pairing_state_ctx->Fq) {
147 Fq = pairing_state_ctx->Fq->ipp_ff
    [all...]
pairing.c 63 /// Data for element in Fq
65 Ipp32u x[sizeof(FqElemStr) / sizeof(Ipp32u)]; ///< element in Fq
139 IppsGFpState* Fq = NULL;
159 // get Fq6, Fq2, Fq
177 Fq = Ffq->ipp_ff;
208 pairing_state_ctx->Fq = Ffq;
356 if (!ps->Fq || !ps->Fq2) {
361 !ps->ff->ipp_ff || !ps->Fq->ipp_ff || !ps->Fq2->ipp_ff || !ps->t ||
367 // Let ax, ay be elements in Fq. Let bx, by, x, y, z, z2, bx', by'
369 result = NewFfElement(ps->Fq, &ax)
    [all...]
  /external/epid-sdk/epid/common/1.1/src/
epid11params.h 39 FiniteField* Fq; ///< Finite field Fq
41 FiniteField* Fq_tick; ///< Finite field Fq'
42 FiniteField* Fqd; ///< Finite field Fqd, an extension of Fq
45 EcGroup* G1; ///< Elliptic curve group over finite field Fq
47 EcGroup* G3; ///< Elliptic curve group over finite field Fq'
  /external/epid-sdk/epid/common/src/
epid2params.h 42 FiniteField* Fq; ///< Finite field Fq
47 EcGroup* G1; ///< Elliptic curve group over finite field Fq
  /external/epid-sdk/epid/member/tpm2/ibm_tss/
commit.c 71 FiniteField* Fq = ctx->epid2_params->Fq;
88 sts = WriteFfElement(Fq, y2, &y2_str, sizeof(y2_str));
  /external/epid-sdk/epid/member/tpm2/src/
commit.c 62 FiniteField* Fq = NULL;
97 Fq = ctx->epid2_params->Fq;
105 sts = NewFfElement(Fq, &x2);
107 sts = FfHash(Fq, s2, s2_len, ctx->hash_alg, x2);
114 sts = WriteFfElement(Fq, x2, &point_str.x, sizeof(point_str.x));
116 sts = WriteFfElement(Fq, y2, &point_str.y, sizeof(point_str.y));
  /external/epid-sdk/epid/member/src/
nrprove.c 97 FiniteField* Fq = ctx->epid2_params->Fq;
188 sts = ReadFfElement(Fq, &B_str.y, sizeof(B_str.y), y2);
presig.c 126 FiniteField* Fq = ctx->epid2_params->Fq;
138 sts = NewFfElement(Fq, &p2y);
178 sts = ReadFfElement(Fq, &precompsig->B.y, sizeof(precompsig->B.y), p2y);
signbasic.c 99 FiniteField* Fq = ctx->epid2_params->Fq;
126 sts = NewFfElement(Fq, &p2y);
175 sts = ReadFfElement(Fq, &commit_out.B.y, sizeof(commit_out.B.y), p2y);
decompress_privkey.c 93 FiniteField* Fq = epid2_params->Fq;
109 result = NewFfElement(Fq, &Ax);
147 result = ReadFfElement(Fq, &compressed_privkey->ax,

Completed in 748 milliseconds