Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c374 INT32 remainBytes = (INT32)dataSize; in CryptXORObfuscation() local
379 for(; remainBytes > 0; remainBytes -= hLen) in CryptXORObfuscation()
387 for(i = hLen < remainBytes ? hLen : remainBytes; i > 0; i--) in CryptXORObfuscation()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DNvDynamic.c208 UINT32 remainBytes = NvGetFreeBytes(); in NvTestSpace() local
247 return ((reserved < remainBytes) in NvTestSpace()
248 && (size <= remainBytes) in NvTestSpace()
249 && (size + reserved <= remainBytes)); in NvTestSpace()