Home | History | Annotate | Download | only in tpm2

Lines Matching refs:BYTE

18 //     byte is shifted up.
95 const BYTE *a, // IN: a
97 const BYTE *b, // IN: b
99 BYTE *c // OUT: the difference
117 *c-- = (BYTE)borrow;
126 *c-- = (BYTE)borrow;
136 *c-- = (BYTE)borrow;
161 BYTE *a // IN: a
181 BYTE *a // IN: a
208 const BYTE *a, // IN: a
210 const BYTE *b, // IN: b
212 BYTE *p // OUT: product. length of product = aSize +
343 const BYTE *a, // IN: a
345 const BYTE *b // IN: b
395 const BYTE *a, // IN: a buffer
397 const BYTE *b // IN: b buffer
438 BYTE *c, // OUT: results buffer
440 const BYTE *m, // IN: number to be exponentiated
442 const BYTE *e, // IN: power
444 const BYTE *n // IN: modulu