Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/src/
Dtatepairing.c66 static EpidStatus Fq6FromFq(FiniteField* fq6, FiniteField* fq,
517 result = Fq6FromFq(ps->ff, ps->Fq, t2, tt2); in Epid11Pairing()
529 result = Fq6FromFq(ps->ff, ps->Fq, ty, tt2); in Epid11Pairing()
535 result = Fq6FromFq(ps->ff, ps->Fq, t2, tt2); in Epid11Pairing()
605 result = Fq6FromFq(ps->ff, ps->Fq, py, tt2); in Epid11Pairing()
609 result = Fq6FromFq(ps->ff, ps->Fq, Z2, tt2); in Epid11Pairing()
613 result = Fq6FromFq(ps->ff, ps->Fq, px, tt2); in Epid11Pairing()
617 result = Fq6FromFq(ps->ff, ps->Fq, v, tt2); in Epid11Pairing()
646 result = Fq6FromFq(ps->ff, ps->Fq, ry, tt2); in Epid11Pairing()
689 static EpidStatus Fq6FromFq(FiniteField* fq6, FiniteField* fq, in Fq6FromFq() function