Searched refs:TPM20_Header_In (Results 1 – 5 of 5) sorted by relevance
71 assert_int_equal (sys_ctx->nextData, sizeof (TPM20_Header_In)); in CopyCommandHeader_nextData_unit()84 TPM20_Header_In *header = (TPM20_Header_In*)sys_ctx->cmdBuffer; in CopyCommandHeader_tag_unit()105 TPM20_Header_In *header = (TPM20_Header_In*)sys_ctx->cmdBuffer; in CopyCommandHeader_commandcode_unit()
27 } TPM20_Header_In; typedef40 UINT8 cmd_header[sizeof(TPM20_Header_In)]; /* Copy of the cmd header to allow reissue */75 static inline TPM20_Header_In *78 return (TPM20_Header_In *)ctx->cmdBuffer; in req_header_from_cxt()
58 ctx->nextData = sizeof(TPM20_Header_In); in CopyCommandHeader()
21 ((maxCommandSize > sizeof(TPM20_Header_In)) ? in Tss2_Sys_GetContextSize()22 maxCommandSize : sizeof(TPM20_Header_In)); in Tss2_Sys_GetContextSize()
1826 …BE_TO_HOST_32(((TPM20_Header_In *)(((_TSS2_SYS_CONTEXT_BLOB *)decryptParamTestSysContext)->cmdBuff… in GetSetDecryptParamTests()