Lines Matching refs:BYTE
95 const BYTE *a, // IN: a in _math__sub()
97 const BYTE *b, // IN: b in _math__sub()
99 BYTE *c // OUT: the difference in _math__sub()
117 *c-- = (BYTE)borrow; in _math__sub()
126 *c-- = (BYTE)borrow; in _math__sub()
136 *c-- = (BYTE)borrow; in _math__sub()
161 BYTE *a // IN: a in _math__Inc()
181 BYTE *a // IN: a in _math__Dec()
208 const BYTE *a, // IN: a in _math__Mul()
210 const BYTE *b, // IN: b in _math__Mul()
212 BYTE *p // OUT: product. length of product = aSize + in _math__Mul()
343 const BYTE *a, // IN: a in _math__uComp()
345 const BYTE *b // IN: b in _math__uComp()
395 const BYTE *a, // IN: a buffer in _math__Comp()
397 const BYTE *b // IN: b buffer in _math__Comp()
438 BYTE *c, // OUT: results buffer in _math__ModExp()
440 const BYTE *m, // IN: number to be exponentiated in _math__ModExp()
442 const BYTE *e, // IN: power in _math__ModExp()
444 const BYTE *n // IN: modulu in _math__ModExp()