Lines Matching refs:G1
98 EcGroup* G1 = ctx->epid2_params->G1; in EpidNrProve() local
110 sts = NewEcPoint(G1, &B); in EpidNrProve()
112 sts = NewEcPoint(G1, &K); in EpidNrProve()
114 sts = NewEcPoint(G1, &rlB); in EpidNrProve()
116 sts = NewEcPoint(G1, &rlK); in EpidNrProve()
118 sts = NewEcPoint(G1, &D); in EpidNrProve()
120 sts = NewEcPoint(G1, &t); in EpidNrProve()
125 sts = NewEcPoint(G1, &k_tpm); in EpidNrProve()
127 sts = NewEcPoint(G1, &l_tpm); in EpidNrProve()
129 sts = NewEcPoint(G1, &e_tpm); in EpidNrProve()
144 sts = ReadEcPoint(G1, &sig->K, sizeof(sig->K), K); in EpidNrProve()
147 sts = ReadEcPoint(G1, &(sigrl_entry->b), sizeof(sigrl_entry->b), rlB); in EpidNrProve()
149 sts = ReadEcPoint(G1, &(sigrl_entry->k), sizeof(sigrl_entry->k), rlK); in EpidNrProve()
174 sts = EcSscmMultiExp(G1, points, exponents, COUNT_OF(points), t); in EpidNrProve()
176 sts = WriteEcPoint(G1, t, &commit_out.T, sizeof(commit_out.T)); in EpidNrProve()
183 sts = EcHash(G1, basename, basename_len, ctx->hash_alg, B, &i); in EpidNrProve()
186 sts = WriteEcPoint(G1, B, &B_str, sizeof(B_str)); in EpidNrProve()
201 sts = EcSscmExp(G1, K, &rmu_str, t); in EpidNrProve()
204 sts = EcMul(G1, t, l_tpm, t); in EpidNrProve()
206 sts = WriteEcPoint(G1, t, &commit_out.R1, sizeof(commit_out.R1)); in EpidNrProve()
210 sts = EcSscmExp(G1, rlK, &rmu_str, t); in EpidNrProve()
213 sts = EcMul(G1, t, e_tpm, t); in EpidNrProve()
215 sts = WriteEcPoint(G1, t, &commit_out.R2, sizeof(commit_out.R2)); in EpidNrProve()