Lines Matching refs:proof
50 SigRlEntry const* sigrl_entry, NrProof const* proof) { in EpidNrVerify() argument
67 if (!ctx || !sig || !proof || !sigrl_entry) { in EpidNrVerify()
127 sts = ReadEcPoint(G1, &proof->T, sizeof(proof->T), t_pt); in EpidNrVerify()
142 sts = ReadFfElement(Fp, &proof->c, sizeof(proof->c), c_el); in EpidNrVerify()
144 sts = ReadFfElement(Fp, &proof->smu, sizeof(proof->smu), smu_el); in EpidNrVerify()
146 sts = ReadFfElement(Fp, &proof->snu, sizeof(proof->snu), snu_el); in EpidNrVerify()
169 r1b[0] = &proof->smu; in EpidNrVerify()
170 r1b[1] = &proof->snu; in EpidNrVerify()
188 r2b[0] = &proof->smu; in EpidNrVerify()
189 r2b[1] = &proof->snu; in EpidNrVerify()
213 commit_values->t = proof->T; in EpidNrVerify()