Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DCommandDispatcher.c173 command->handleNum = 0; in ParseHandleBuffer()
186 result = Unmarshal(index, &(command->handles[command->handleNum]), in ParseHandleBuffer()
196 result = f(&(command->handles[command->handleNum]), in ParseHandleBuffer()
206 result = f(&(command->handles[command->handleNum]), in ParseHandleBuffer()
215 command->handleNum += 1; in ParseHandleBuffer()
219 return result + TPM_RC_H + (command->handleNum * TPM_RC_1); in ParseHandleBuffer()
225 UINT32 *handleCount = &command->handleNum; in ParseHandleBuffer()
256 command->handleNum = 0; // The command-specific code knows how in CommandDispatcher()
414 command->handleNum = 0; in CommandDispatcher()
423 command->handles[command->handleNum++] = in CommandDispatcher()
DSessionProcess.c627 for(i = 0; i < command->handleNum; i++) in ComputeCpHash()
722 for(i = 0; i < command->handleNum; i++) in CompareNameHash()
1553 pAssert(command->handleNum <= MAX_SESSION_NUM); in ParseSessionBuffer()
1556 for(i = 0; i < command->handleNum; i++) in ParseSessionBuffer()
1697 for(i = 0; i < command->handleNum; i++) in CheckAuthNoSession()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DResponse.c65 size = STD_RESPONSE_HEADER + command->handleNum * sizeof(TPM_HANDLE); in BuildResponseHeader()
75 if(command->handleNum > 0) in BuildResponseHeader()
DEntity.c61 for(i = 0; i < command->handleNum; i++) in EntityGetLoadStatus()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h128 command->handles[command->handleNum++] = out->sessionHandle;
190 command->handles[command->handleNum++] = out->objectHandle;
212 command->handles[command->handleNum++] = out->objectHandle;
326 command->handles[command->handleNum++] = out->objectHandle;
724 command->handles[command->handleNum++] = out->sequenceHandle;
743 command->handles[command->handleNum++] = out->sequenceHandle;
761 command->handles[command->handleNum++] = out->sequenceHandle;
1507 command->handles[command->handleNum++] = out->objectHandle;
1731 command->handles[command->handleNum++] = out->loadedHandle;
DGlobal.h1112 UINT32 handleNum; // the number of entity handles in the member