Searched refs:newAuth (Results 1 – 15 of 15) sorted by relevance
/external/tpm2/ |
D | HierarchyChangeAuth.c | 34 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()
|
D | NV_ChangeAuth.c | 36 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()
|
D | ObjectChangeAuth.c | 42 if( MemoryRemoveTrailingZeros(&in->newAuth) in TPM2_ObjectChangeAuth() 63 sensitive.authValue = in->newAuth; in TPM2_ObjectChangeAuth()
|
D | HierarchyChangeAuth_fp.h | 14 TPM2B_AUTH newAuth; member
|
D | NV_ChangeAuth_fp.h | 14 TPM2B_AUTH newAuth; member
|
D | ObjectChangeAuth_fp.h | 15 TPM2B_AUTH newAuth; member
|
D | Marshal_HierarchyChangeAuth.c | 18 result = TPM2B_AUTH_Unmarshal(&target->newAuth, buffer, size); in HierarchyChangeAuth_In_Unmarshal()
|
D | Marshal_NV_ChangeAuth.c | 18 result = TPM2B_AUTH_Unmarshal(&target->newAuth, buffer, size); in NV_ChangeAuth_In_Unmarshal()
|
D | Marshal_ObjectChangeAuth.c | 46 result = TPM2B_AUTH_Unmarshal(&target->newAuth, buffer, size); in ObjectChangeAuth_In_Unmarshal()
|
D | part3.txt | 3924 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/ |
D | commands.txt | 399 _NAME newAuth 2181 _NAME newAuth 2866 _NAME newAuth
|
D | raw_commands.txt | 6539 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 …]
|
D | raw_commands_fixed.txt | 6543 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/ |
D | sqlite3.c | 92146 u8 newAuth = 0; 92147 rc = sqlite3UserAuthCheckLogin(db, zName, &newAuth); 92148 if( newAuth<db->auth.authLevel ){
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 92128 u8 newAuth = 0; 92129 rc = sqlite3UserAuthCheckLogin(db, zName, &newAuth); 92130 if( newAuth<db->auth.authLevel ){
|