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

  /external/tpm2/
PCR_Reset.c 14 // TPM_RC_LOCALITY current command locality is not allowed to reset the PCR referenced
28 return TPM_RC_LOCALITY;
PCR_Extend.c 14 // TPM_RC_LOCALITY current command locality is not allowed to extend the PCR
41 return TPM_RC_LOCALITY;
Startup.c 15 // TPM_RC_LOCALITY a Startup(STATE) does not have the same H-CRTM state as the
34 return TPM_RC_LOCALITY;
71 return TPM_RC_LOCALITY;
EventSequenceComplete.c 14 // TPM_RC_LOCALITY PCR extension is not allowed at the current locality
42 return TPM_RC_LOCALITY;
PCR_Event.c 14 // TPM_RC_LOCALITY current command locality is not allowed to extend the PCR
35 return TPM_RC_LOCALITY;
SessionProcess.c 718 // TPM_RC_LOCALITY command locality is not allowed
801 return TPM_RC_LOCALITY;
806 return TPM_RC_LOCALITY;
813 return TPM_RC_LOCALITY;
    [all...]
tpm_types.h 134 #define TPM_RC_LOCALITY ((TPM_RC)(RC_WARN + 0x007))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 185 case trunks::TPM_RC_LOCALITY:
186 return "TPM_RC_LOCALITY";
tpm_generated.h 727 constexpr TPM_RC TPM_RC_LOCALITY = RC_WARN + 0x007;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 418 #define TPM_RC_LOCALITY (TPM_RC)(RC_WARN + 0x007)
    [all...]

Completed in 211 milliseconds