Searched refs:SquareCyclotomic (Results 1 – 1 of 1) sorted by relevance
/external/epid-sdk/epid/common/math/src/ |
D | pairing.c | 117 static EpidStatus SquareCyclotomic(PairingState* ps, FfElement* e_out, 732 result = SquareCyclotomic(ps, t0, y6); in FinalExp() 753 result = SquareCyclotomic(ps, t1, t1); in FinalExp() 760 result = SquareCyclotomic(ps, t1, t1); in FinalExp() 771 result = SquareCyclotomic(ps, t0, t0); in FinalExp() 2142 static EpidStatus SquareCyclotomic(PairingState* ps, FfElement* e_out, in SquareCyclotomic() function 2420 result = SquareCyclotomic(ps, e, e); in ExpCyclotomic()
|