Home
last modified time | relevance | path

Searched refs:remainBytes (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DCryptUtil.c1994 INT32 remainBytes = (INT32) dataSize; in CryptXORObfuscation() local
1997 for(; remainBytes > 0; remainBytes -= hLen) in CryptXORObfuscation()
2004 for(i = hLen < remainBytes ? hLen : remainBytes; i > 0; i--) in CryptXORObfuscation()
Dpart4.txt21704 1586 INT32 remainBytes = (INT32) dataSize;
21709 1591 for(; remainBytes > 0; remainBytes -= hLen)
21717 1599 for(i = hLen < remainBytes ? hLen : remainBytes; i > 0; i--)