Home
last modified time | relevance | path

Searched refs:neg_r1 (Results 1 – 1 of 1) sorted by relevance

/external/epid-sdk/epid/common/math/src/
Dtatepairing.c764 FfElement* neg_r1 = NULL; in FinalExp() local
820 result = NewFfElement(ps->Fq3, &neg_r1); in FinalExp()
822 result = FfNeg(ps->Fq3, r1, neg_r1); in FinalExp()
824 result = JoinFq3(ps, r0, neg_r1, t2); in FinalExp()
872 DeleteFfElement(&neg_r1); in FinalExp()