Searched refs:VliSub (Results 1 – 7 of 7) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/src/ |
D | vli.c | 91 uint32_t VliSub(VeryLargeInt* result, VeryLargeInt const* left, in VliSub() function 162 carry = VliSub(&tmp, result, mod) - carry; in VliModAdd() 169 uint32_t borrow = VliSub(result, left, right); in VliModSub()
|
D | fp.c | 61 VliSub(&result->limbs, &epid20_p, &result->limbs); in FpNeg()
|
D | fq.c | 67 VliSub(&result->limbs, &epid20_q, &result->limbs); in FqNeg()
|
D | pairing.c | 257 VliSub(&s, &s, &two); in PairingCompute()
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | vli-test.cc | 117 borrow = VliSub(&result, &left, &right); in TEST() 130 borrow = VliSub(&result, &left, &right); in TEST()
|
/external/epid-sdk/epid/member/tiny/math/ |
D | vli.h | 64 uint32_t VliSub(VeryLargeInt* result, VeryLargeInt const* left,
|
/external/epid-sdk/epid/member/tiny/src/ |
D | presig_compute.c | 82 VliSub(&t.x.limbs, &epid20_p.limbs, in EpidMemberComputePreSig()
|