HomeSort by relevance Sort by last modified time
    Searched defs:VeryLargeInt (Results 1 - 8 of 8) sorted by null

  /external/epid-sdk/epid/member/tiny/math/
fp.h 28 typedef struct VeryLargeInt VeryLargeInt;
69 void FpExp(FpElem* result, FpElem const* base, VeryLargeInt const* exp);
fq.h 28 typedef struct VeryLargeInt VeryLargeInt;
69 void FqExp(FqElem* result, FqElem const* base, VeryLargeInt const* exp);
fq12.h 26 typedef struct VeryLargeInt VeryLargeInt;
87 void Fq12Exp(Fq12Elem* result, Fq12Elem const* base, VeryLargeInt const* exp);
102 VeryLargeInt const* exp0, Fq12Elem const* base1,
103 VeryLargeInt const* exp1, Fq12Elem const* base2,
104 VeryLargeInt const* exp2, Fq12Elem const* base3,
105 VeryLargeInt const* exp3);
131 void Fq12ExpCyc(Fq12Elem* result, Fq12Elem const* in, VeryLargeInt const* t);
fq2.h 27 typedef struct VeryLargeInt VeryLargeInt;
64 void Fq2Exp(Fq2Elem* result, Fq2Elem const* base, VeryLargeInt const* exp);
vli.h 25 typedef struct VeryLargeInt VeryLargeInt;
37 uint32_t VliAdd(VeryLargeInt* result, VeryLargeInt const* left,
38 VeryLargeInt const* right);
46 void VliMul(VeryLargeIntProduct* result, VeryLargeInt const* left,
47 VeryLargeInt const* right);
55 void VliRShift(VeryLargeInt* result, VeryLargeInt const* in, uint32_t shift);
64 uint32_t VliSub(VeryLargeInt* result, VeryLargeInt const* left
    [all...]
serialize.h 27 typedef struct VeryLargeInt VeryLargeInt;
51 native of the following types: VeryLargeInt and BigNumStr,
93 void* VliSerialize(BigNumStr* dest, VeryLargeInt const* src);
101 void const* VliDeserialize(VeryLargeInt* dest, BigNumStr const* src);
mathtypes.h 29 VeryLargeInt* is always expected to point to a buffer
32 typedef struct VeryLargeInt {
34 } VeryLargeInt;
43 VeryLargeInt limbs; ///< An integer in [0, p-1]
48 VeryLargeInt limbs; ///< An integer in [0, q-1]
  /external/epid-sdk/epid/member/tiny/math/unittests/
cmp-testhelper.h 22 typedef struct VeryLargeInt VeryLargeInt;
34 /// compares VeryLargeInt values
35 bool operator==(VeryLargeInt const& lhs, VeryLargeInt const& rhs);

Completed in 429 milliseconds