OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_HIERARCHY
(Results
1 - 10
of
10
) 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
75
case trunks::
TPM_RC_HIERARCHY
: return "
TPM_RC_HIERARCHY
";
tpm_generated.h
660
const TPM_RC
TPM_RC_HIERARCHY
= RC_FMT1 + 0x005;
[
all
...]
Completed in 165 milliseconds