Windows error 0x80280400, -2144861184

Detailed Error Information

TPM_E_COMMAND_BLOCKED[1]

MessageThe command was blocked.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode40 (0x028)
NameFACILITY_TPM_SERVICES[2][1]
DescriptionThe source of the error code is the Trusted Platform Module services.[2][1]
Error Code1024 (0x0400)

Questions

0votes
2answers

TPM2 - Create a persistent primary key under Windows with Tbsip_Submit_Command

Playing with my TPM chip using Tbsip_Submit_Command I can see that Windows analyses the frames I'm sending to it. To make this simple I'm using the shutdown command. For instance I tried to send a TPM_CC_Shutdown with TPM_SU_CLEAR in argument. So the frame is => 80 01 00 00 00 [...] read more
windows
encryption
tpm

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0