Home
last modified time | relevance | path

Searched refs:VeryLargeIntProduct (Results 1 – 8 of 8) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Dvli.c62 void VliMul(VeryLargeIntProduct* result, VeryLargeInt const* left, in VliMul()
176 VeryLargeIntProduct product; in VliModMul()
181 static void vliSquare(VeryLargeIntProduct* p_result, in vliSquare()
208 VeryLargeIntProduct product; in VliModExp()
235 VeryLargeIntProduct product; in VliModSquare()
242 static uint32_t vliLShift(VeryLargeIntProduct* p_result, in vliLShift()
243 VeryLargeIntProduct const* p_in, uint32_t p_shift) { in vliLShift()
267 static void vliProdRShift(VeryLargeIntProduct* result, in vliProdRShift()
268 VeryLargeIntProduct const* in, uint32_t shift, in vliProdRShift()
284 void VliModBarrett(VeryLargeInt* result, VeryLargeIntProduct const* input, in VliModBarrett()
[all …]
Dfp.c73 VeryLargeIntProduct deserialized_t = {{0}}; in FpRand()
89 VeryLargeIntProduct deserialized_t = {{0}}; in FpRandNonzero()
114 VeryLargeIntProduct vli; in FpFromHash()
Dfq.c103 VeryLargeIntProduct deserialized_t = {{0}}; in FqRand()
120 VeryLargeIntProduct vli; in FqFromHash()
/external/epid-sdk/epid/member/tiny/math/unittests/
Dcmp-testhelper.h23 typedef struct VeryLargeIntProduct VeryLargeIntProduct; typedef
36 bool operator==(VeryLargeIntProduct const& lhs, VeryLargeIntProduct const& rhs);
Dvli-test.cc63 VeryLargeIntProduct result = {0}; in TEST()
64 VeryLargeIntProduct expected = {0}; in TEST()
73 VeryLargeIntProduct result = {0}; in TEST()
74 VeryLargeIntProduct expected = { in TEST()
367 VeryLargeIntProduct product = {0xAED33013, 0xD3292DDB, 0x12980A82, 0x0CDC65FB, in TEST()
Dcmp-testhelper.cc33 bool operator==(VeryLargeIntProduct const& lhs, in operator ==()
34 VeryLargeIntProduct const& rhs) { in operator ==()
/external/epid-sdk/epid/member/tiny/math/
Dvli.h26 typedef struct VeryLargeIntProduct VeryLargeIntProduct; typedef
46 void VliMul(VeryLargeIntProduct* result, VeryLargeInt const* left,
193 void VliModBarrett(VeryLargeInt* result, VeryLargeIntProduct const* input,
Dmathtypes.h37 typedef struct VeryLargeIntProduct { struct
39 } VeryLargeIntProduct; argument