OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_VALUE
(Results
1 - 25
of
32
) sorted by null
1
2
/external/tpm2/
IncrementalSelfTest.c
15
//
TPM_RC_VALUE
an algorithm in the toTest list is not implemented
27
// returns
TPM_RC_VALUE
, it means that an algorithm on the 'toTest' list is
30
if(result ==
TPM_RC_VALUE
)
31
return
TPM_RC_VALUE
+ RC_IncrementalSelfTest_toTest;
ECC_Parameters.c
15
//
TPM_RC_VALUE
Unsupported ECC curve ID
29
return
TPM_RC_VALUE
+ RC_ECC_Parameters_curveID;
PCR_SetAuthValue.c
14
//
TPM_RC_VALUE
PCR referenced by pcrHandle is not a member of a PCR
27
// If PCR does not belong to an auth group, return
TPM_RC_VALUE
29
return
TPM_RC_VALUE
;
ClockSet.c
15
//
TPM_RC_VALUE
invalid new clock
31
return
TPM_RC_VALUE
+ RC_ClockSet_newTime;
StartAuthSession.c
24
//
TPM_RC_VALUE
secret size does not match decrypt key type; or the recovered secret
53
return
TPM_RC_VALUE
+ RC_StartAuthSession_encryptedSalt;
68
// Secret Decryption. A
TPM_RC_VALUE
, TPM_RC_KEY or Unmarshal errors
73
return
TPM_RC_VALUE
+ RC_StartAuthSession_encryptedSalt;
80
return
TPM_RC_VALUE
+ RC_StartAuthSession_encryptedSalt;
PCR_SetAuthPolicy.c
15
//
TPM_RC_VALUE
PCR referenced by pcrNum is not a member of a PCR policy group
38
// If PCR does not belong to a policy group, return
TPM_RC_VALUE
40
return
TPM_RC_VALUE
+ RC_PCR_SetAuthPolicy_pcrNum;
PolicyAuthorize.c
17
//
TPM_RC_VALUE
the current policyDigest of policySession does not match
56
return
TPM_RC_VALUE
+ RC_PolicyAuthorize_approvedPolicy;
79
return
TPM_RC_VALUE
+ RC_PolicyAuthorize_checkTicket;
HMAC_Start.c
17
//
TPM_RC_VALUE
hashAlg is not compatible with the hash algorithm of the scheme of
63
return
TPM_RC_VALUE
+ RC_HMAC_Start_hashAlg;
PolicyCommandCode.c
14
//
TPM_RC_VALUE
commandCode of policySession previously set to a different value
31
return
TPM_RC_VALUE
+ RC_PolicyCommandCode_code;
PolicyNvWritten.c
15
//
TPM_RC_VALUE
a conflicting request for the attribute has already been processed
37
return
TPM_RC_VALUE
+ RC_PolicyNvWritten_writtenSet;
SetCommandCodeAuditStatus.c
34
return
TPM_RC_VALUE
+ RC_SetCommandCodeAuditStatus_auditAlg;
Startup.c
19
//
TPM_RC_VALUE
start up type is not compatible with previous shutdown sequence
69
return
TPM_RC_VALUE
+ RC_Startup_startupType;
80
return
TPM_RC_VALUE
+ RC_Startup_startupType;
EncryptDecrypt.c
18
//
TPM_RC_VALUE
keyHandle is restricted and the argument mode does not match the
49
return
TPM_RC_VALUE
+ RC_EncryptDecrypt_mode;
56
return
TPM_RC_VALUE
+ RC_EncryptDecrypt_mode;
GetCapability.c
16
//
TPM_RC_VALUE
invalid capability; or property is not 0 for the TPM_CAP_PCRS
105
return
TPM_RC_VALUE
+ RC_GetCapability_property;
130
return
TPM_RC_VALUE
;
HMAC.c
16
//
TPM_RC_VALUE
hashAlg is not compatible with the hash algorithm of the scheme of
63
return
TPM_RC_VALUE
+ RC_HMAC_hashAlg;
PolicyOR.c
15
//
TPM_RC_VALUE
no digest in pHashList matched the current value of policyDigest for
67
return
TPM_RC_VALUE
+ RC_PolicyOR_pHashList;
PolicyPCR.c
14
//
TPM_RC_VALUE
if provided, pcrDigest does not match the current PCR settings
51
return
TPM_RC_VALUE
+ RC_PolicyPCR_pcrDigest;
RSA_Decrypt.c
21
//
TPM_RC_VALUE
label is not a null terminated string or the value of cipherText is
58
return
TPM_RC_VALUE
+ RC_RSA_Decrypt_label;
69
// Decryption.
TPM_RC_VALUE
, TPM_RC_SIZE, and TPM_RC_KEY error may be
RSA_Encrypt.c
19
//
TPM_RC_VALUE
the numeric value of message is greater than the public modulus of
51
return
TPM_RC_VALUE
+ RC_RSA_Encrypt_label;
62
// Encryption.
TPM_RC_VALUE
, or TPM_RC_SCHEME errors my be returned buy
CryptSelfTest.c
87
//
TPM_RC_VALUE
an algorithm in the toTest list is not implemented
107
return
TPM_RC_VALUE
;
Duplicate.c
95
pAssert(result !=
TPM_RC_VALUE
);
ZGen_2Phase.c
73
return
TPM_RC_VALUE
+ RC_ZGen_2Phase_counter;
tpm_generated.c
779
return
TPM_RC_VALUE
;
876
if ((result !=
TPM_RC_VALUE
) && (result != TPM_RC_SUCCESS)) {
945
return
TPM_RC_VALUE
;
948
return
TPM_RC_VALUE
;
[
all
...]
Rewrap.c
22
//
TPM_RC_VALUE
for an 'oldParent; RSA key, the data to be decrypted is greater than
57
//
TPM_RC_VALUE
, TPM_RC_KEY or unmarshal errors may be returned at this
62
return
TPM_RC_VALUE
+ RC_Rewrap_inSymSeed;
95
//
TPM_RC_VALUE
error may be returned at this point if RSA algorithm is
marshal_test.c
264
CHECK_EQ(rc,
TPM_RC_VALUE
);
270
CHECK_EQ(rc,
TPM_RC_VALUE
);
279
CHECK_EQ(rc,
TPM_RC_VALUE
);
288
CHECK_EQ(rc,
TPM_RC_VALUE
);
Completed in 3767 milliseconds
1
2