Home
last modified time | relevance | path

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

/external/tpm2/
DCryptUtil.c2006 INT32 remainBytes = (INT32) dataSize; in CryptXORObfuscation() local
2009 for(; remainBytes > 0; remainBytes -= hLen) in CryptXORObfuscation()
2016 for(i = hLen < remainBytes ? hLen : remainBytes; i > 0; i--) in CryptXORObfuscation()