Searched refs:VliCondSet (Results 1 – 5 of 5) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/src/ |
D | vli.c | 126 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()
|
D | fq.c | 66 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()
|
D | fp.c | 60 VliCondSet(&result->limbs, &epid20_p, &in->limbs, VliIsZero(&in->limbs)); in FpNeg()
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | vli-test.cc | 183 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/ |
D | vli.h | 95 void VliCondSet(VeryLargeInt* result, VeryLargeInt const* true_val,
|