Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/src/
Dtatepairing.c304 FfElement* pQx = NULL; in Epid11Pairing() local
369 result = NewFfElement(ps->ff, &pQx); in Epid11Pairing()
379 result = ReadFfElement(ps->ff, &bx_str, sizeof(bx_str), pQx); in Epid11Pairing()
519 result = FfMul(ps->ff, pQx, tt2, tt1); // tt1 = w * Z^2 * Qx in Epid11Pairing()
615 result = FfSub(ps->ff, pQx, tt2, tt1); // tt1 = Qx - px in Epid11Pairing()
664 DeleteFfElement(&pQx); in Epid11Pairing()