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

  /external/tpm2/
ContextLoad.c 19 // TPM_RC_INTEGRITY context integrity check fail
71 return TPM_RC_INTEGRITY + RC_ContextLoad_context;
Object_spt.c 256 // TPM_RC_INTEGRITY if the outer blob integrity is bad
285 result = TPM_RC_INTEGRITY;
    [all...]
tpm_types.h 118 #define TPM_RC_INTEGRITY ((TPM_RC)(RC_FMT1 + 0x01F))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 155 case trunks::TPM_RC_INTEGRITY:
156 return "TPM_RC_INTEGRITY";
tpm_generated.h 711 constexpr TPM_RC TPM_RC_INTEGRITY = RC_FMT1 + 0x01F;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 402 #define TPM_RC_INTEGRITY (TPM_RC)(RC_FMT1 + 0x01F)
    [all...]

Completed in 86 milliseconds