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

  /external/tpm2/
Marshal_PCR_Allocate.c 67 #ifdef TPM_CC_PCR_Allocate
88 #ifdef TPM_CC_PCR_Allocate
89 response_buffer = MemoryGetResponseBuffer(TPM_CC_PCR_Allocate) + 10;
GetCommandCodeString.c 251 #ifdef TPM_CC_PCR_Allocate
252 case TPM_CC_PCR_Allocate:
CommandDispatcher.c 547 #ifdef TPM_CC_PCR_Allocate
548 case TPM_CC_PCR_Allocate:
    [all...]
HandleProcess.c 750 #ifdef TPM_CC_PCR_Allocate
751 case TPM_CC_PCR_Allocate:
    [all...]
Implementation.h 577 #define TPM_CC_PCR_Allocate (TPM_CC)(0x0000012B)
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Integrity.c 453 Cmd.Header.commandCode = SwapBytes32(TPM_CC_PCR_Allocate);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 238 #define TPM_CC_PCR_Allocate (TPM_CC)(0x0000012B)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 549 constexpr TPM_CC TPM_CC_PCR_Allocate = 0x0000012B;
    [all...]
tpm_generated.cc 137 case TPM_CC_PCR_Allocate:
361 case TPM_CC_PCR_Allocate:
    [all...]

Completed in 1184 milliseconds