Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Dvli.c126 void VliCondSet(VeryLargeInt* result, VeryLargeInt const* true_val, in VliCondSet() function
163 VliCondSet(result, result, &tmp, carry); in VliModAdd()
171 VliCondSet(result, &tmp, result, borrow); in VliModSub()
219 VliCondSet(&acc, &tmp, &acc, j & (exp->word[i])); in VliModExp()
Dfq.c66 VliCondSet(&result->limbs, &epid20_q, &in->limbs, VliIsZero(&in->limbs)); in FqNeg()
87 VliCondSet(&result->limbs, &true_val->limbs, &false_val->limbs, truth_val); in FqCondSet()
Dfp.c60 VliCondSet(&result->limbs, &epid20_p, &in->limbs, VliIsZero(&in->limbs)); in FpNeg()
/external/epid-sdk/epid/member/tiny/math/unittests/
Dvli-test.cc183 VliCondSet(&result, &true_val, &false_val, 1); in TEST()
192 VliCondSet(&result, &true_val, &false_val, 0); in TEST()
/external/epid-sdk/epid/member/tiny/math/
Dvli.h95 void VliCondSet(VeryLargeInt* result, VeryLargeInt const* true_val,