Searched refs:FqSub (Results 1 – 5 of 5) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/src/ |
D | fq2.c | 64 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()
|
D | efq.c | 148 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()
|
D | fq.c | 43 void FqSub(FqElem* result, FqElem const* left, FqElem const* right) { in FqSub() function
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | fq-test.cc | 75 FqSub(&result, &left, &right); in TEST() 82 FqSub(&result, &left, &right); in TEST()
|
/external/epid-sdk/epid/member/tiny/math/ |
D | fq.h | 53 void FqSub(FqElem* result, FqElem const* left, FqElem const* right);
|