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

  /external/tpm2/
PCR_Allocate.c 14 // TPM_RC_PCR the allocation did not have required PCR
42 if(result == TPM_RC_PCR)
PCR.c 879 // TPM_RC_PCR improper allocation
957 return TPM_RC_PCR;
    [all...]
tpm_types.h 68 #define TPM_RC_PCR ((TPM_RC)(RC_VER1 + 0x027))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 59 case trunks::TPM_RC_PCR:
60 return "TPM_RC_PCR";
tpm_generated.h 661 constexpr TPM_RC TPM_RC_PCR = RC_VER1 + 0x027;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 352 #define TPM_RC_PCR (TPM_RC)(RC_VER1 + 0x027)
    [all...]

Completed in 75 milliseconds