Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/
Dfq.h91 void FqInv(FqElem* result, FqElem const* in);
/external/epid-sdk/epid/member/tiny/math/src/
Dfq.c61 void FqInv(FqElem* result, FqElem const* in) { in FqInv() function
Dfq2.c93 FqInv(temp, temp); in Fq2Inv()
Defq.c245 FqInv(&fq_inv, &in->Z); in EFqToAffine()
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq-test.cc152 FqInv(&result, &a); in TEST()