Home | History | Annotate | Download | only in tpm2

Lines Matching full:const

10 LIB_EXPORT int _math__Comp(const UINT32 aSize,  //   IN:   size of a
11 const BYTE *a, // IN: a buffer
12 const UINT32 bSize, // IN: size of b
13 const BYTE *b // IN: b buffer
15 LIB_EXPORT CRYPT_RESULT _math__Div(const TPM2B *n, // IN: numerator
16 const TPM2B *d, // IN: denominator
20 LIB_EXPORT BOOL _math__IsPrime(const UINT32 prime);
24 const UINT32 mSize, // IN: size of number to be exponentiated
25 const BYTE *m, // IN: number to be exponentiated
26 const UINT32 eSize, // IN: size of power
27 const BYTE *e, // IN: power
28 const UINT32 nSize, // IN: modulus size
29 const BYTE *n // IN: modulu
33 LIB_EXPORT int _math__sub(const UINT32 aSize, // IN: size of a
34 const BYTE *a, // IN: a
35 const UINT32 bSize, // IN: size of b
36 const BYTE *b, // IN: b
40 LIB_EXPORT int _math__uComp(const UINT32 aSize, // IN: size of a
41 const BYTE *a, // IN: a
42 const UINT32 bSize, // IN: size of b
43 const BYTE *b // IN: b