Searched refs:rspSize (Results 1 – 4 of 4) sorted by relevance
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/VCOM/VCOM-TPM/ |
D | VCOM-TPM.cpp | 77 unsigned int rspSize = 0; 80 if (!ReadFile(hVCom, &rspSize, sizeof(rspSize), (LPDWORD)&read, NULL)) 93 if ((!ReadFile(hVCom, dataOut, min(rspSize, dataOutSize), (LPDWORD)&read, NULL)) || 94 (read != rspSize))
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/ |
D | TpmDevice.c | 776 tpmOp.rspSize = sizeof(rspLenTPM) + rspLenTPM; in TpmOperationsLoop() 784 if(tpmOp.rspSize > 0) in TpmOperationsLoop() 789 … for(uint32_t n = 14; n < tpmOp.rspSize; n += chunk) // Send the rest in 16 byte increments in TpmOperationsLoop() 791 chunk = MIN(16, tpmOp.rspSize - n); in TpmOperationsLoop() 795 itmPrint(ITMSIGNAL, "Response(%d)\r\n", tpmOp.rspSize); in TpmOperationsLoop() 806 tpmOp.rspSize = 0; in TpmConnectionReset() 909 tpmOp.rspSize = 0; in TpmSignalEvent() 950 if(tpmOp.rspSize > 0) in TpmSignalEvent()
|
/external/tpm2-tss/src/tss2-sys/ |
D | sysapi_util.c | 109 UINT32 rspSize; in CommonComplete() local 117 rspSize = BE_TO_HOST_32(resp_header_from_cxt(ctx)->responseSize); in CommonComplete() 119 if(rspSize > ctx->maxCmdSize) { in CommonComplete()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/include/ |
D | TpmDevice.h | 60 int rspSize; member
|