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

  /external/tpm2/
PP.c 29 ((TPM_CC_PP_LAST - TPM_CC_PP_FIRST + 1) + 7) / 8);
53 if(commandCode < TPM_CC_PP_FIRST || commandCode > TPM_CC_PP_LAST)
76 if(commandCode < TPM_CC_PP_FIRST || commandCode > TPM_CC_PP_LAST)
106 if(commandCode < TPM_CC_PP_FIRST || commandCode > TPM_CC_PP_LAST)
138 for(i = commandCode; i <= TPM_CC_PP_LAST; i++)
Global.h 733 BYTE ppList[((TPM_CC_PP_LAST - TPM_CC_PP_FIRST + 1) + 7)/8]
    [all...]
Implementation.h 600 #define TPM_CC_PP_LAST (TPM_CC)(0x00000132)
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 246 #define TPM_CC_PP_LAST (TPM_CC)(0x00000132)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 557 constexpr TPM_CC TPM_CC_PP_LAST = 0x00000132;
    [all...]

Completed in 418 milliseconds