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

  /external/tpm2/
Marshal_Startup.c 34 #ifdef TPM_CC_Startup
51 #ifdef TPM_CC_Startup
52 response_buffer = MemoryGetResponseBuffer(TPM_CC_Startup) + 10;
GetCommandCodeString.c 419 #ifdef TPM_CC_Startup
420 case TPM_CC_Startup:
ExecCommand.c 181 if(( !TPMIsStarted() && commandCode != TPM_CC_Startup)
182 || (TPMIsStarted() && commandCode == TPM_CC_Startup))
CommandDispatcher.c     [all...]
HandleProcess.c     [all...]
Implementation.h 653 #define TPM_CC_Startup (TPM_CC)(0x00000144)
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
resource_manager_test.cc 167 std::string command = CreateCommand(TPM_CC_Startup, kNoHandles,
198 std::string command = CreateCommand(TPM_CC_Startup, kNoHandles,
234 std::string command = CreateCommand(TPM_CC_Startup, kNoHandles,
245 std::string command = CreateCommand(TPM_CC_Startup, kNoHandles,
425 CreateCommand(TPM_CC_Startup, kNoHandles,
443 CreateCommand(TPM_CC_Startup, kNoHandles,
465 CreateCommand(TPM_CC_Startup, kNoHandles,
493 command = CreateCommand(TPM_CC_Startup, kNoHandles,
529 CreateCommand(TPM_CC_Startup, kNoHandles,
584 CreateCommand(TPM_CC_Startup, kNoHandles
    [all...]
tpm_generated.h 575 constexpr TPM_CC TPM_CC_Startup = 0x00000144;
    [all...]
tpm_generated.cc 41 case TPM_CC_Startup:
265 case TPM_CC_Startup:
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Startup.c 66 Cmd.Header.commandCode = SwapBytes32(TPM_CC_Startup);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 264 #define TPM_CC_Startup (TPM_CC)(0x00000144)
    [all...]

Completed in 1315 milliseconds