OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_TYPE
(Results
1 - 19
of
19
) sorted by null
/external/tpm2/
ObjectChangeAuth.c
17
//
TPM_RC_TYPE
the key referenced by parentHandle is not the parent of the object
39
return
TPM_RC_TYPE
+ RC_ObjectChangeAuth_objectHandle;
56
return
TPM_RC_TYPE
+ RC_ObjectChangeAuth_parentHandle;
Unseal.c
15
//
TPM_RC_TYPE
itemHandle is not a KEYEDHASH data object
32
return
TPM_RC_TYPE
+ RC_Unseal_itemHandle;
ActivateCredential.c
22
//
TPM_RC_TYPE
keyHandle does not reference an asymmetric key.
49
return
TPM_RC_TYPE
+ RC_ActivateCredential_keyHandle;
HMAC_Start.c
38
return
TPM_RC_TYPE
+ RC_HMAC_Start_handle;
MakeCredential.c
18
//
TPM_RC_TYPE
handle does not reference an asymmetric decryption key
42
return
TPM_RC_TYPE
+ RC_MakeCredential_handle;
Shutdown.c
14
//
TPM_RC_TYPE
if PCR bank has been re-configured, a CLEAR StateSave() is
34
return
TPM_RC_TYPE
+ RC_Shutdown_shutdownType;
Duplicate.c
23
//
TPM_RC_TYPE
newParentHandle is neither a storage key nor TPM_RH_NULL; or
51
return
TPM_RC_TYPE
+ RC_Duplicate_objectHandle;
56
return
TPM_RC_TYPE
+ RC_Duplicate_newParentHandle;
Rewrap.c
21
//
TPM_RC_TYPE
oldParent is not a storage key, or 'newParent is not a storage key
54
return
TPM_RC_TYPE
+ RC_Rewrap_oldParent;
92
return
TPM_RC_TYPE
+ RC_Rewrap_newParent;
GetSessionAuditDigest.c
20
//
TPM_RC_TYPE
sessionHandle does not reference an audit session
43
return
TPM_RC_TYPE
+ RC_GetSessionAuditDigest_sessionHandle;
HMAC.c
15
//
TPM_RC_TYPE
key referenced by handle is not an HMAC key
38
return
TPM_RC_TYPE
+ RC_HMAC_handle;
Load.c
28
//
TPM_RC_TYPE
parentHandle is not a storage key, or the object to load is a storage
51
return
TPM_RC_TYPE
+ RC_Load_parentHandle;
67
// TPM_RC_VALUE, TPM_RC_SYMMETRIC,
TPM_RC_TYPE
, TPM_RC_HASH,
Create.c
40
//
TPM_RC_TYPE
unknown object type; non-duplicable storage key and its parent have
68
return
TPM_RC_TYPE
+ RC_Create_parentHandle;
79
// or
TPM_RC_TYPE
error may be returned at this point.
Import.c
57
//
TPM_RC_TYPE
unsupported type of objectPublic; or non-duplicable storage key
94
return
TPM_RC_TYPE
+ RC_Import_parentHandle;
157
// TPM_RC_VALUE, TPM_RC_SYMMETRIC,
TPM_RC_TYPE
, TPM_RC_HASH,
Object_spt.c
24
//
TPM_RC_TYPE
mismatched type
43
return
TPM_RC_TYPE
;
339
//
TPM_RC_TYPE
unexpected object type; or non-duplicable storage key and its parent
435
// its crypto set has to match its parent's crypto set.
TPM_RC_TYPE
,
492
return
TPM_RC_TYPE
;
522
//
TPM_RC_TYPE
unexpected object type; or non-duplicable storage key and its parent
[
all
...]
tpm_types.h
102
#define
TPM_RC_TYPE
((TPM_RC)(RC_FMT1 + 0x00A))
[
all
...]
CryptUtil.c
[
all
...]
tpm_generated.c
[
all
...]
/system/tpm/trunks/
error_codes.cc
79
case trunks::
TPM_RC_TYPE
: return "
TPM_RC_TYPE
";
tpm_generated.h
664
const TPM_RC
TPM_RC_TYPE
= RC_FMT1 + 0x00A;
[
all
...]
Completed in 5030 milliseconds