Searched refs:VliModSquare (Results 1 – 4 of 4) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/src/ |
D | fq.c | 71 VliModSquare(&result->limbs, &in->limbs, &epid20_q); in FqSquare() 98 VliModSquare(&tmp, &result->limbs, &epid20_q); in FqSqrt()
|
D | vli.c | 233 void VliModSquare(VeryLargeInt* result, VeryLargeInt const* input, in VliModSquare() function
|
/external/epid-sdk/epid/member/tiny/math/ |
D | vli.h | 181 void VliModSquare(VeryLargeInt* result, VeryLargeInt const* input,
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | vli-test.cc | 358 VliModSquare(&result, &input, &mod); in TEST()
|