Lines Matching refs:G1
76 if (!ctx->epid2_params || !ctx->epid2_params->G1 || !ctx->epid2_params->Fp) { in EpidNrVerify()
80 EcGroup* G1 = ctx->epid2_params->G1; in EpidNrVerify() local
101 sts = NewEcPoint(G1, &t_pt); in EpidNrVerify()
103 sts = NewEcPoint(G1, &k_pt); in EpidNrVerify()
105 sts = NewEcPoint(G1, &b_pt); in EpidNrVerify()
107 sts = NewEcPoint(G1, &kp_pt); in EpidNrVerify()
109 sts = NewEcPoint(G1, &bp_pt); in EpidNrVerify()
111 sts = NewEcPoint(G1, &r1_pt); in EpidNrVerify()
113 sts = NewEcPoint(G1, &r2_pt); in EpidNrVerify()
127 sts = ReadEcPoint(G1, &proof->T, sizeof(proof->T), t_pt); in EpidNrVerify()
134 sts = EcIsIdentity(G1, t_pt, &t_is_identity); in EpidNrVerify()
157 sts = ReadEcPoint(G1, k, sizeof(*k), k_pt); in EpidNrVerify()
162 sts = ReadEcPoint(G1, b, sizeof(*b), b_pt); in EpidNrVerify()
171 sts = EcMultiExp(G1, r1p, (const BigNumStr**)r1b, 2, r1_pt); in EpidNrVerify()
175 sts = ReadEcPoint(G1, kp, sizeof(*kp), kp_pt); in EpidNrVerify()
180 sts = ReadEcPoint(G1, bp, sizeof(*bp), bp_pt); in EpidNrVerify()
191 sts = EcMultiExp(G1, r2p, (const BigNumStr**)r2b, 3, r2_pt); in EpidNrVerify()
215 WriteEcPoint(G1, r1_pt, &commit_values->r1, sizeof(commit_values->r1)); in EpidNrVerify()
218 WriteEcPoint(G1, r2_pt, &commit_values->r2, sizeof(commit_values->r2)); in EpidNrVerify()