Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/
DfTPM.c125 uint32_t respLen; in TA_CreateEntryPoint() local
178 respLen = STARTUP_SIZE; in TA_CreateEntryPoint()
180 ExecuteCommand(STARTUP_SIZE, startupState, &respLen, &respBuf); in TA_CreateEntryPoint()
181 if (fTPMResponseCode(respLen, respBuf) == TPM_RC_SUCCESS) { in TA_CreateEntryPoint()
199 respLen = STARTUP_SIZE; in TA_CreateEntryPoint()
202 ExecuteCommand(STARTUP_SIZE, startupClear, &respLen, &respBuf); in TA_CreateEntryPoint()
283 uint32_t cmdLen, respLen; in fTPM_Submit_Command() local
322 respLen = params[1].memref.size; in fTPM_Submit_Command()
325 if (!_admin__PPICommand(cmdLen, cmdBuf, &respLen, &respBuf)) { in fTPM_Submit_Command()
327 ExecuteCommand(cmdLen, cmdBuf, &respLen, &respBuf); in fTPM_Submit_Command()
[all …]
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAla.cpp1801 UINT8 respLen = 0; in ALA_ProcessResp() local
1821 while(respLen <= (recvlen+4)) in ALA_ProcessResp()
1823 wStatus = fprintf(fAID_MEM, "%2x", AID_ARRAY[respLen++]); in ALA_ProcessResp()
2334 INT32 respLen = 0; in Write_Response_To_OutFile() local
2463 while(respLen < recvlen) in Write_Response_To_OutFile()
2465 status = fprintf(image_info->fResp, "%02X", RecvData[respLen++]); in Write_Response_To_OutFile()