Home
last modified time | relevance | path

Searched refs:commandSize (Results 1 – 11 of 11) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DExecCommand.c94 UINT32 commandSize; in ExecuteCommand() local
152 result = UINT32_Unmarshal(&commandSize, in ExecuteCommand()
164 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE) in ExecuteCommand()
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_SetDecryptParam.c43 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()
DTss2_Sys_SetCmdAuths.c57 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()
DTss2_Sys_Execute.c33 HOST_TO_BE_32(req_header_from_cxt(ctx)->commandSize), in Tss2_Sys_ExecuteAsync()
/external/libese/libapdu/
Dapdu.cpp36 const size_t commandSize = headerSize + lcSize + lc + leSize; in CommandApdu() local
37 mCommand.resize(commandSize, 0); in CommandApdu()
/external/tpm2-tss/src/tss2-tcti/
Dtcti-tbs.h18 UINT32 commandSize; member
Dtcti-tbs.c82 tcti_tbs->commandSize = command_size; in tcti_tbs_transmit()
153 tcti_tbs->commandSize, in tcti_tbs_receive()
/external/tpm2-tss/src/tss2-sys/
Dsysapi_util.h25 UINT32 commandSize; member
Dsysapi_util.c39 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()
/external/oj-libjdwp/src/share/back/
DeventHelper.c133 commandSize(HelperCommand *command) in commandSize() function
162 jint size = commandSize(command); in enqueueCommand()
241 size = commandSize(command); in dequeueCommand()
/external/tpm2-tss/test/tpmclient/
Dtpmclient.int.c1826 …Header_In *)(((_TSS2_SYS_CONTEXT_BLOB *)decryptParamTestSysContext)->cmdBuffer))->commandSize) + 1; in GetSetDecryptParamTests()