HomeSort by relevance Sort by last modified time
    Searched refs:TPM_CC_Shutdown (Results 1 - 11 of 11) sorted by null

  /external/tpm2/
Marshal_Shutdown.c 34 #ifdef TPM_CC_Shutdown
51 #ifdef TPM_CC_Shutdown
52 response_buffer = MemoryGetResponseBuffer(TPM_CC_Shutdown) + 10;
GetCommandCodeString.c 407 #ifdef TPM_CC_Shutdown
408 case TPM_CC_Shutdown:
CommandAudit.c 85 if(commandCode != TPM_CC_Shutdown)
CommandDispatcher.c     [all...]
HandleProcess.c     [all...]
Implementation.h 656 #define TPM_CC_Shutdown (TPM_CC)(0x00000145)
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Startup.c 108 Cmd.Header.commandCode = SwapBytes32(TPM_CC_Shutdown);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 265 #define TPM_CC_Shutdown (TPM_CC)(0x00000145)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 576 constexpr TPM_CC TPM_CC_Shutdown = 0x00000145;
    [all...]
tpm_generated.cc 43 case TPM_CC_Shutdown:
267 case TPM_CC_Shutdown:
    [all...]

Completed in 129 milliseconds