Lines Matching refs:newAuth
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;
27182 gp.lockoutAuth = in->newAuth;
35063 The size of the newAuth value may be no larger than the size of authorization indicated when the NV
35065 Since the NV Index authorization is changed before the response HMAC is calculated, the newAuth val…
35116 newAuth
35200 newAuth size is larger than the digest size of the Name algorithm for
35228 MemoryRemoveTrailingZeros(&(in->newAuth));
35230 if(in->newAuth.t.size > CryptGetHashDigestSize(nvIndex.publicArea.nameAlg))
35234 nvIndex.authValue = in->newAuth;