• Home
  • Raw
  • Download

Lines Matching refs:authPolicy

4120       This function indicates if an authPolicy is available and allowed.
4126 TRUE authPolicy is available
4127 FALSE authPolicy is not available
4193 342 if(nvIndex.publicArea.authPolicy.t.size != 0)
4524 … a) compare policyDigest in session with authPolicy associated with the entity to be authorized;
4560 614 TPM2B_DIGEST authPolicy;
4578 632 // Get authPolicy.
4580 634 &authPolicy);
4581 635 // Compare authPolicy.
4582 636 if(!Memory2BEqual(&session->u2.policyDigest.b, &authPolicy.b))
4998 TPM_RC_AUTH_UNAVAILABLE authValue or authPolicy unavailable
7307 …TPM_RC_SIZE authPolicy size does not match digest size of the name algorithm…
7332 440 // Check authPolicy digest consistency
7333 441 if( publicArea->authPolicy.t.size != 0
7334 442 && ( publicArea->authPolicy.t.size
11790 316 pAssert(&((*object)->auth) == &objectHash->publicArea.authPolicy);
16809 …This function is used to access the authPolicy associated with a handle. This function assumes tha…
16811 …EntityGetLoadStatus() should have been called. Also, the accessibility of the authPolicy should ha…
16813 This function copies the authorization policy of the entity to authPolicy.
16819 206 TPM2B_DIGEST *authPolicy // OUT: authPolicy of the entity
16837 218 *authPolicy = gp.ownerPolicy;
16842 223 *authPolicy = gp.endorsementPolicy;
16847 228 *authPolicy = gc.platformPolicy;
16852 233 *authPolicy = gp.lockoutPolicy;
16863 244 // authPolicy for an object
16866 247 *authPolicy = object->publicArea.authPolicy;
16871 252 // authPolicy for a NV index
16875 256 *authPolicy = nvIndex.publicArea.authPolicy;
16880 261 // authPolicy for a PCR
16881 262 hashAlg = PCRGetAuthPolicy(handle, authPolicy);
17695 authPolicy TPM2B_DIGEST optional policy for using this key
17724 17 result = TPM2B_DIGEST_Unmarshal((TPM2B_DIGEST *)&(target->authPolicy),
17762 14 (TPM2B_DIGEST *)&(source->authPolicy), buffer, size));