Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Dfq2.c64 FqSub(&(result->x0), &(left->x0), &(right->x0)); in Fq2Sub()
65 FqSub(&(result->x1), &(left->x1), &(right->x1)); in Fq2Sub()
78 FqSub(a, a, &result->x0); in Fq2Mul()
80 FqSub(&result->x1, a, b); in Fq2Mul()
116 FqSub(&result->x0, &in->x0, &in->x1); in Fq2Square()
142 FqSub(temp, temp, &in->x1); in Fq2MulXi()
Defq.c148 FqSub(&(result->X), &(result->X), &fq_a); in EFqDbl()
149 FqSub(&(result->X), &(result->X), &fq_a); in EFqDbl()
150 FqSub(&fq_a, &fq_a, &(result->X)); in EFqDbl()
152 FqSub(&(result->Y), &fq_a, &(result->Y)); in EFqDbl()
180 FqSub(&fq5, &fq1, &fq0); in EFqAdd()
187 FqSub(&fq4, &fq3, &fq2); in EFqAdd()
206 FqSub(&(result->X), &(result->X), &fq1); in EFqAdd()
209 FqSub(&fq0, &fq0, &(result->X)); in EFqAdd()
211 FqSub(&(result->Y), &(result->Y), &fq2); in EFqAdd()
374 FqSub(&t1, &t1, &t2); in EFqOnCurve()
Dfq.c43 void FqSub(FqElem* result, FqElem const* left, FqElem const* right) { in FqSub() function
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq-test.cc75 FqSub(&result, &left, &right); in TEST()
82 FqSub(&result, &left, &right); in TEST()
/external/epid-sdk/epid/member/tiny/math/
Dfq.h53 void FqSub(FqElem* result, FqElem const* left, FqElem const* right);