Home | History | Annotate | Download | only in tpm2

Lines Matching refs:UINT32

10 LIB_EXPORT int _math__Comp(const UINT32 aSize,  //   IN:   size of a
12 const UINT32 bSize, // IN: size of b
20 LIB_EXPORT BOOL _math__IsPrime(const UINT32 prime);
22 _math__ModExp(UINT32 cSize, // IN: size of the result
24 const UINT32 mSize, // IN: size of number to be exponentiated
26 const UINT32 eSize, // IN: size of power
28 const UINT32 nSize, // IN: modulus size
33 LIB_EXPORT int _math__sub(const UINT32 aSize, // IN: size of a
35 const UINT32 bSize, // IN: size of b
40 LIB_EXPORT int _math__uComp(const UINT32 aSize, // IN: size of a
42 const UINT32 bSize, // IN: size of b