Searched refs:commandSize (Results 1 – 11 of 11) sorted by relevance
94 UINT32 commandSize; in ExecuteCommand() local152 result = UINT32_Unmarshal(&commandSize, in ExecuteCommand()164 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE) in ExecuteCommand()
43 if (BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize) + in Tss2_Sys_SetDecryptParam()69 command_size = BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize); in Tss2_Sys_SetDecryptParam()71 req_header_from_cxt(ctx)->commandSize = HOST_TO_BE_32(command_size); in Tss2_Sys_SetDecryptParam()
57 newCmdSize += BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize); in Tss2_Sys_SetCmdAuths()91 req_header_from_cxt(ctx)->commandSize = HOST_TO_BE_32(newCmdSize); in Tss2_Sys_SetCmdAuths()
33 HOST_TO_BE_32(req_header_from_cxt(ctx)->commandSize), in Tss2_Sys_ExecuteAsync()
36 const size_t commandSize = headerSize + lcSize + lc + leSize; in CommandApdu() local37 mCommand.resize(commandSize, 0); in CommandApdu()
18 UINT32 commandSize; member
82 tcti_tbs->commandSize = command_size; in tcti_tbs_transmit()153 tcti_tbs->commandSize, in tcti_tbs_receive()
25 UINT32 commandSize; member
39 return BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize); in GetCommandSize()101 req_header_from_cxt(ctx)->commandSize = HOST_TO_BE_32(ctx->nextData); in CommonPrepareEpilogue()
133 commandSize(HelperCommand *command) in commandSize() function162 jint size = commandSize(command); in enqueueCommand()241 size = commandSize(command); in dequeueCommand()
1826 …Header_In *)(((_TSS2_SYS_CONTEXT_BLOB *)decryptParamTestSysContext)->cmdBuffer))->commandSize) + 1; in GetSetDecryptParamTests()