Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/src/
Dtatepairing.c305 FfElement* pQy = NULL; in Epid11Pairing() local
371 result = NewFfElement(ps->ff, &pQy); in Epid11Pairing()
387 result = ReadFfElement(ps->ff, &by_str, sizeof(by_str), pQy); in Epid11Pairing()
531 result = FfMul(ps->ff, pQy, tt2, tx); // tx = ty * Qy in Epid11Pairing()
607 result = FfSub(ps->ff, pQy, tt2, tx); // tx = Qy - py in Epid11Pairing()
665 DeleteFfElement(&pQy); in Epid11Pairing()