Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/src/
Dpairing.c332 FfElement* bx_ = NULL; in Pairing() local
385 result = NewFfElement(ps->Fq2, &bx_); in Pairing()
512 result = PiOp(ps, bx_, by_, bx, by, 1); in Pairing()
515 result = Line(ps->ff, f, x, y, z, z2, ax, ay, x, y, z, z2, bx_, by_); in Pairing()
521 result = PiOp(ps, bx_, by_, bx, by, 2); in Pairing()
527 result = Line(ps->ff, f, x, y, z, z2, ax, ay, x, y, z, z2, bx_, by_); in Pairing()
547 DeleteFfElement(&bx_); in Pairing()