Searched refs:VliRShift (Results 1 – 4 of 4) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | vli-test.cc | 92 VliRShift(&result, &in, shift); in TEST() 103 VliRShift(&result, &in, shift); in TEST()
|
/external/epid-sdk/epid/member/tiny/math/ |
D | vli.h | 55 void VliRShift(VeryLargeInt* result, VeryLargeInt const* in, uint32_t shift);
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | fq.c | 94 VliRShift(&tmp, &epid20_q, 2); // tmp = (q-3)/4 in FqSqrt()
|
D | vli.c | 83 void VliRShift(VeryLargeInt* result, VeryLargeInt const* in, uint32_t shift) { in VliRShift() function
|