Searched refs:CmdBuf (Results 1 – 1 of 1) sorted by relevance
73 UINT8 CmdBuf[64]; in GetTpmState() local82 *(UINT16*)&CmdBuf[0] = SwapBytes16 (TPM_TAG_RQU_COMMAND); in GetTpmState()83 *(UINT32*)&CmdBuf[2] = SwapBytes32 (TpmSendSize); in GetTpmState()84 *(UINT32*)&CmdBuf[6] = SwapBytes32 (TPM_ORD_GetCapability); in GetTpmState()86 *(UINT32*)&CmdBuf[10] = SwapBytes32 (TPM_CAP_FLAG); in GetTpmState()87 *(UINT32*)&CmdBuf[14] = SwapBytes32 (sizeof (TPM_CAP_FLAG_PERMANENT)); in GetTpmState()88 *(UINT32*)&CmdBuf[18] = SwapBytes32 (TPM_CAP_FLAG_PERMANENT); in GetTpmState()93 CmdBuf, in GetTpmState()94 sizeof (CmdBuf), in GetTpmState()95 CmdBuf in GetTpmState()[all …]