Searched refs:remainBytes (Results 1 – 2 of 2) sorted by relevance
1994 INT32 remainBytes = (INT32) dataSize; in CryptXORObfuscation() local1997 for(; remainBytes > 0; remainBytes -= hLen) in CryptXORObfuscation()2004 for(i = hLen < remainBytes ? hLen : remainBytes; i > 0; i--) in CryptXORObfuscation()
21704 1586 INT32 remainBytes = (INT32) dataSize;21709 1591 for(; remainBytes > 0; remainBytes -= hLen)21717 1599 for(i = hLen < remainBytes ? hLen : remainBytes; i > 0; i--)