OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_SIZE
(Results
1 - 25
of
141
) sorted by null
1
2
3
4
5
6
/external/tpm2/
NV_ChangeAuth.c
14
//
TPM_RC_SIZE
newAuth size is larger than the digest size of the Name algorithm for
40
return
TPM_RC_SIZE
+ RC_NV_ChangeAuth_newAuth;
PCR_SetAuthPolicy.c
14
//
TPM_RC_SIZE
size of authPolicy is not the size of a digest produced by policyDigest
36
return
TPM_RC_SIZE
+ RC_PCR_SetAuthPolicy_authPolicy;
HierarchyChangeAuth.c
15
//
TPM_RC_SIZE
newAuth size is greater than that of integrity hash digest
36
return
TPM_RC_SIZE
+ RC_HierarchyChangeAuth_newAuth;
MakeCredential.c
17
//
TPM_RC_SIZE
credential is larger than the digest size of Name algorithm of handle
47
return
TPM_RC_SIZE
+ RC_MakeCredential_credential;
Marshal_ChangeEPS.c
18
result =
TPM_RC_SIZE
;
Marshal_ChangePPS.c
18
result =
TPM_RC_SIZE
;
Marshal_Clear.c
18
result =
TPM_RC_SIZE
;
Marshal_DictionaryAttackLockReset.c
19
result =
TPM_RC_SIZE
;
Marshal_NV_GlobalWriteLock.c
18
result =
TPM_RC_SIZE
;
Marshal_NV_Increment.c
19
result =
TPM_RC_SIZE
;
Marshal_NV_ReadLock.c
19
result =
TPM_RC_SIZE
;
Marshal_NV_UndefineSpace.c
19
result =
TPM_RC_SIZE
;
Marshal_NV_UndefineSpaceSpecial.c
19
result =
TPM_RC_SIZE
;
Marshal_NV_WriteLock.c
19
result =
TPM_RC_SIZE
;
Marshal_PCR_Reset.c
18
result =
TPM_RC_SIZE
;
Marshal_PolicyAuthValue.c
18
result =
TPM_RC_SIZE
;
Marshal_PolicyPassword.c
18
result =
TPM_RC_SIZE
;
Marshal_PolicyPhysicalPresence.c
18
result =
TPM_RC_SIZE
;
Marshal_PolicyRestart.c
18
result =
TPM_RC_SIZE
;
ObjectChangeAuth.c
15
//
TPM_RC_SIZE
newAuth is larger than the size of the digest of the Name algorithm of
44
return
TPM_RC_SIZE
+ RC_ObjectChangeAuth_newAuth;
PolicyCpHash.c
15
//
TPM_RC_SIZE
cpHashA is not the size of a digest produced by the hash algorithm
42
return
TPM_RC_SIZE
+ RC_PolicyCpHash_cpHashA;
PolicyNameHash.c
15
//
TPM_RC_SIZE
nameHash is not the size of the digest produced by the hash
39
return
TPM_RC_SIZE
+ RC_PolicyNameHash_nameHash;
Duplicate.c
20
//
TPM_RC_SIZE
input encryption key size does not match the size specified in
72
return
TPM_RC_SIZE
+ RC_Duplicate_encryptionKeyIn;
82
return
TPM_RC_SIZE
+ RC_Duplicate_encryptionKeyIn;
NV_DefineSpace.c
19
//
TPM_RC_SIZE
'auth->size' or 'publicInfo->authPolicy.size' is larger than the digest
54
return
TPM_RC_SIZE
+ RC_NV_DefineSpace_publicInfo;
59
return
TPM_RC_SIZE
+ RC_NV_DefineSpace_publicInfo;
64
return
TPM_RC_SIZE
+ RC_NV_DefineSpace_auth;
EncryptDecrypt.c
16
//
TPM_RC_SIZE
IvIn size is incompatible with the block cipher mode; or inData size is
66
return
TPM_RC_SIZE
+ RC_EncryptDecrypt_ivIn;
72
return
TPM_RC_SIZE
+ RC_EncryptDecrypt_inData;
Completed in 199 milliseconds
1
2
3
4
5
6