Searched refs:Fq2CondSet (Results 1 – 5 of 5) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/src/ |
D | efq2.c | 29 Fq2CondSet(&result->X, &true_val->X, &false_val->X, truth_val); in EFq2CondSet() 30 Fq2CondSet(&result->Y, &true_val->Y, &false_val->Y, truth_val); in EFq2CondSet() 31 Fq2CondSet(&result->Z, &true_val->Z, &false_val->Z, truth_val); in EFq2CondSet()
|
D | fq6.c | 184 Fq2CondSet(&result->y0, &true_val->y0, &false_val->y0, truth_val); in Fq6CondSet() 185 Fq2CondSet(&result->y1, &true_val->y1, &false_val->y1, truth_val); in Fq6CondSet() 186 Fq2CondSet(&result->y2, &true_val->y2, &false_val->y2, truth_val); in Fq6CondSet()
|
D | fq2.c | 57 Fq2CondSet(temp, temp2, temp, (int)((exp->word[i] >> j) & (0x1))); in Fq2Exp() 126 void Fq2CondSet(Fq2Elem* result, Fq2Elem const* true_val, in Fq2CondSet() function
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | fq2-test.cc | 281 Fq2CondSet(&result, &a, &b, true); in TEST() 292 Fq2CondSet(&result, &a, &b, false); in TEST()
|
/external/epid-sdk/epid/member/tiny/math/ |
D | fq2.h | 125 void Fq2CondSet(Fq2Elem* result, Fq2Elem const* true_val,
|