Searched refs:FinalExp (Results 1 – 2 of 2) sorted by relevance
/external/epid-sdk/epid/common/math/src/ |
D | tatepairing.c | 75 static EpidStatus FinalExp(Epid11PairingState* ps, FfElement const* r, 651 result = FinalExp(ps, r, d); in Epid11Pairing() 759 static EpidStatus FinalExp(Epid11PairingState* ps, FfElement const* r, in FinalExp() function
|
D | pairing.c | 82 static EpidStatus FinalExp(PairingState* ps, FfElement* d, FfElement const* h); 533 result = FinalExp(ps, d, d); in Pairing() 564 static EpidStatus FinalExp(PairingState* ps, FfElement* d, FfElement const* h) { in FinalExp() function
|