Lines Matching refs:authPolicy
1505 authPolicy
3624 used to compute the authPolicy for an object.
4906 inPrivate missing, or authPolicy size for inPublic or is not valid
5130 be the same as its Name. The TPM will validate that the authPolicy is either the size of the digest
5335 authPolicy is not zero and is not the size of a digest produced by the
5404 // the size of authPolicy is either 0 or the digest size of nameAlg
5405 if(in->inPublic.t.publicArea.authPolicy.t.size != 0
5406 && in->inPublic.t.publicArea.authPolicy.t.size !=
7912 authPolicy size does not match digest size of the name algorithm in
17567 Empty Buffer for the authPolicy value. This will allow an EmptyAuth to be used as the authorization
17570 If the size of the data buffer in authPolicy is not the size of a digest produced by hashAlg, the T…
17627 authPolicy
17629 the desired authPolicy
17686 size of authPolicy is not the size of a digest produced by policyDigest
17754 // Check the authPolicy consistent with hash algorithm
17755 if(in->authPolicy.t.size != CryptGetHashDigestSize(in->policyDigest))
17763 gp.pcrPolicies.policy[groupIndex] = in->authPolicy;
24368 done using either an HMAC or a password with no change to the authPolicy of the object. The
24555 to perform the actions required to pre-compute the authPolicy for an object.
25751 the current authPolicy for the referenced hierarchy.
25754 or authPolicy) may not be used.
25802 authPolicy
25813 If the authPolicy is an Empty Buffer, then this field shall
25913 size of input authPolicy is not consistent with input hash algorithm
25930 // Check the authPolicy consistent with hash algorithm
25932 in->authPolicy.t.size != 0
25933 && in->authPolicy.t.size != CryptGetHashDigestSize(in->hashAlg))
25948 gp.ownerPolicy = in->authPolicy;
25954 gp.endorsementPolicy = in->authPolicy;
25960 gc.platformPolicy = in->authPolicy;
26176 // Set platform authPolicy to null
26398 // Set endorsement authPolicy to null
26673 // Set storage and endorsement authPolicy to null
28102 Hierarchy authValue, authPolicy, and proof values;
28110 PCR authValue and authPolicy values;
31651 An Index may have an Index-specific authValue and authPolicy. The authValue may be used to authorize
31652 reading if TPMA_NV_AUTHREAD is SET and writing if TPMA_NV_AUTHREAD is SET. The authPolicy
32030 'auth->size' or 'publicInfo->authPolicy. size' is larger than the digest
32072 // check that the authPolicy consistent with hash algorithm
32074 in->publicInfo.t.nvPublic.authPolicy.t.size != 0
32075 && in->publicInfo.t.nvPublic.authPolicy.t.size != nameSize)
32914 authPolicy of the NV Index.
33499 TPMA_NV_OWNERWRITE, TPMA_NV_AUTHWRITE, and the authPolicy of the NV Index.
34105 TPMA_NV_OWNERWRITE, TPMA_NV_AUTHWRITE, and the authPolicy of the NV Index.
34560 TPMA_NV_OWNERREAD, TPMA_NV_AUTHREAD, and the authPolicy of the NV Index.
34806 TPMA_NV_OWNERREAD, TPMA_NV_AUTHREAD, and the authPolicy of the NV Index.