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

  /external/tpm2/
EvictControl.c 16 // TPM_RC_HIERARCHY auth cannot authorize the operation in the hierarchy of evictObject
66 return TPM_RC_HIERARCHY + RC_EvictControl_objectHandle;
78 return TPM_RC_HIERARCHY + RC_EvictControl_objectHandle;
LoadExternal.c 19 // TPM_RC_HIERARCHY hierarchy is turned off, or only NULL hierarchy is allowed when
45 return TPM_RC_HIERARCHY + RC_LoadExternal_hierarchy;
58 return TPM_RC_HIERARCHY + RC_LoadExternal_hierarchy;
Duplicate.c 16 // TPM_RC_HIERARCHY encryptedDuplication is SET and newParentHandle specifies Null
65 return TPM_RC_HIERARCHY + RC_Duplicate_newParentHandle;
Entity.c 24 // TPM_RC_HIERARCHY entity belongs to a disabled hierarchy
43 result = TPM_RC_HIERARCHY;
50 result = TPM_RC_HIERARCHY;
54 result = TPM_RC_HIERARCHY;
84 // TPM_RC_HIERARCHY or TPM_RC_REFERENCE_H0 error may be returned by
ContextLoad.c 18 // TPM_RC_HIERARCHY 'context.hierarchy' is disabled
105 return TPM_RC_HIERARCHY + RC_ContextLoad_context;
NV_DefineSpace.c 16 // TPM_RC_HIERARCHY for authorizations using TPM_RH_PLATFORM phEnable_NV is
46 return TPM_RC_HIERARCHY + RC_NV_DefineSpace_authHandle;
tpm_types.h 98 #define TPM_RC_HIERARCHY ((TPM_RC)(RC_FMT1 + 0x005))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 115 case trunks::TPM_RC_HIERARCHY:
116 return "TPM_RC_HIERARCHY";
tpm_generated.h 691 constexpr TPM_RC TPM_RC_HIERARCHY = RC_FMT1 + 0x005;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 382 #define TPM_RC_HIERARCHY (TPM_RC)(RC_FMT1 + 0x005)
    [all...]

Completed in 71 milliseconds