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

  /external/tpm2/
Entity.c 23 // TPM_RC_REFERENCE_H0 entity is not present
78 result = TPM_RC_REFERENCE_H0;
84 // TPM_RC_HIERARCHY or TPM_RC_REFERENCE_H0 error may be returned by
101 result = TPM_RC_REFERENCE_H0;
116 result = TPM_RC_REFERENCE_H0;
ExecCommand.c 202 if(result == TPM_RC_REFERENCE_H0)
tpm_types.h 138 #define TPM_RC_REFERENCE_H0 ((TPM_RC)(RC_WARN + 0x010))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 193 case trunks::TPM_RC_REFERENCE_H0:
194 return "TPM_RC_REFERENCE_H0";
tpm_generated.h 731 constexpr TPM_RC TPM_RC_REFERENCE_H0 = RC_WARN + 0x010;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 422 #define TPM_RC_REFERENCE_H0 (TPM_RC)(RC_WARN + 0x010)
    [all...]

Completed in 121 milliseconds