Home
last modified time | relevance | path

Searched refs:newAuth (Results 1 – 15 of 15) sorted by relevance

/external/tpm2/
DHierarchyChangeAuth.c34 if( MemoryRemoveTrailingZeros(&in->newAuth) in TPM2_HierarchyChangeAuth()
42 gp.ownerAuth = in->newAuth; in TPM2_HierarchyChangeAuth()
46 gp.endorsementAuth = in->newAuth; in TPM2_HierarchyChangeAuth()
50 gc.platformAuth = in->newAuth; in TPM2_HierarchyChangeAuth()
55 gp.lockoutAuth = in->newAuth; in TPM2_HierarchyChangeAuth()
DNV_ChangeAuth.c36 MemoryRemoveTrailingZeros(&(in->newAuth)); in TPM2_NV_ChangeAuth()
39 if(in->newAuth.t.size > CryptGetHashDigestSize(nvIndex.publicArea.nameAlg)) in TPM2_NV_ChangeAuth()
44 nvIndex.authValue = in->newAuth; in TPM2_NV_ChangeAuth()
DObjectChangeAuth.c42 if( MemoryRemoveTrailingZeros(&in->newAuth) in TPM2_ObjectChangeAuth()
63 sensitive.authValue = in->newAuth; in TPM2_ObjectChangeAuth()
DHierarchyChangeAuth_fp.h14 TPM2B_AUTH newAuth; member
DNV_ChangeAuth_fp.h14 TPM2B_AUTH newAuth; member
DObjectChangeAuth_fp.h15 TPM2B_AUTH newAuth; member
DMarshal_HierarchyChangeAuth.c18 result = TPM2B_AUTH_Unmarshal(&target->newAuth, buffer, size); in HierarchyChangeAuth_In_Unmarshal()
DMarshal_NV_ChangeAuth.c18 result = TPM2B_AUTH_Unmarshal(&target->newAuth, buffer, size); in NV_ChangeAuth_In_Unmarshal()
DMarshal_ObjectChangeAuth.c46 result = TPM2B_AUTH_Unmarshal(&target->newAuth, buffer, size); in ObjectChangeAuth_In_Unmarshal()
Dpart3.txt3924 TPM2B_AUTH newAuth new authorization value
3955 … TPM_RC_SIZE newAuth is larger than the size of the digest of the Name algorithm of
3982 27 if( MemoryRemoveTrailingZeros(&in->newAuth)
4003 48 sensitive.authValue = in->newAuth;
14983 TPM2B_AUTH newAuth new authorization value
15012 TPM_RC_SIZE newAuth size is greater than that of integrity hash digest
15031 22 if( MemoryRemoveTrailingZeros(&in->newAuth)
15039 30 gp.ownerAuth = in->newAuth;
15043 34 gp.endorsementAuth = in->newAuth;
15047 38 gc.platformAuth = in->newAuth;
[all …]
/external/tpm2/generator/
Dcommands.txt399 _NAME newAuth
2181 _NAME newAuth
2866 _NAME newAuth
Draw_commands.txt6539 newAuth
6594 newAuth is larger than the size of the digest of the Name algorithm of
6683 if( MemoryRemoveTrailingZeros(&in->newAuth)
6700 sensitive.authValue = in->newAuth;
27027 newAuth
27126 newAuth size is greater than that of integrity hash digest
27151 if( MemoryRemoveTrailingZeros(&in->newAuth)
27158 gp.ownerAuth = in->newAuth;
27162 gp.endorsementAuth = in->newAuth;
27166 gc.platformAuth = in->newAuth;
[all …]
Draw_commands_fixed.txt6543 newAuth
6598 newAuth is larger than the size of the digest of the Name algorithm of
6687 if( MemoryRemoveTrailingZeros(&in->newAuth)
6704 sensitive.authValue = in->newAuth;
27038 newAuth
27137 newAuth size is greater than that of integrity hash digest
27162 if( MemoryRemoveTrailingZeros(&in->newAuth)
27169 gp.ownerAuth = in->newAuth;
27173 gp.endorsementAuth = in->newAuth;
27177 gc.platformAuth = in->newAuth;
[all …]
/external/sqlite/dist/
Dsqlite3.c92146 u8 newAuth = 0;
92147 rc = sqlite3UserAuthCheckLogin(db, zName, &newAuth);
92148 if( newAuth<db->auth.authLevel ){
/external/sqlite/dist/orig/
Dsqlite3.c92128 u8 newAuth = 0;
92129 rc = sqlite3UserAuthCheckLogin(db, zName, &newAuth);
92130 if( newAuth<db->auth.authLevel ){