Lines Matching full:objecthandle
1084 TPM2_Certify requires the ADMIN role for the first handle (objectHandle). The policy authorization
1085 for objectHandle is required to contain TPM2_PolicyCommandCode(commandCode ==
4898 objectHandle
5147 &out->objectHandle);
5338 objectHandle
5562 &out->objectHandle);
5586 Use of the objectHandle does not require authorization.
5589 Since the caller is not likely to know the public area of the object associated with objectHandle, it
5590 would not be possible to include the Name associated with objectHandle in the cpHash computation.
5592 If objectHandle references a sequence object, the TPM shall return TPM_RC_SEQUENCE.
5632 objectHandle
5756 object = ObjectGet(in->objectHandle);
5766 out->name.t.size = ObjectGetName(in->objectHandle, &out->name.t.name);
5768 ObjectGetQualifiedName(in->objectHandle, &out->qualifiedName);
6548 If successful, a new private area for the TPM-resident object associated with objectHandle is returned,
6615 @objectHandle
6687 objectHandle
6743 referenced by objectHandle; or objectHandle is a sequence object.
6770 object = ObjectGet(in->objectHandle);
6785 ObjectGetQualifiedName(in->objectHandle, &objectQN);
6849 sensitive area could not be loaded in the TPM from which objectHandle is being duplicated.
6855 If fixedParent of objectHandle?attributes is SET, the TPM shall return TPM_RC_ATTRIBUTES. If
6856 objectHandle?nameAlg is TPM_ALG_NULL, the TPM shall return TPM_RC_TYPE.
6882 HpolicyAlg(objectHandle?Name || newParentHandle?Name)
6940 @objectHandle
7137 object = ObjectGet(in->objectHandle);
8281 objectHandle;
8294 &objectHandle);
8299 ObjectFlush(objectHandle);
13015 Authorization for objectHandle requires ADMIN role authorization. If performed with a policy session, the
13066 @objectHandle
13255 ObjectGetName(in->objectHandle,
13258 ObjectGetQualifiedName(in->objectHandle,
13339 The TPM will create a test ticket using the Name associated with objectHandle and creationHash as:
13341 HMAC(proof, (TPM_ST_CREATION || objectHandle?Name || creationHash))
13348 command in the creationHash field of the structure. The Name associated with objectHandle will be
13355 ObjectHandle may be any object that is loaded with TPM2_Load() or TPM2_CreatePrimary().
13403 objectHandle
13501 creationTicket does not match objectHandle
13582 name.t.size = ObjectGetName(in->objectHandle, &name.t.name);
23500 nameHash ? H policyAlg (objectHandle?Name || newParentHandle?Name)
25426 objectHandle
25675 &out->name, in->primaryHandle, TRUE, &out->objectHandle);
30260 If objectHandle is a transient object, then the call is to make the object persistent and assign
30261 persistentHandle to the persistent version of the object. If objectHandle is a persistent object, then the call
30263 Before execution of TPM2_EvictControl code below, the TPM verifies that objectHandle references an
30270 If objectHandle references a transient object:
30315 g) If the TPM returns TPM_RC_SUCCESS, the object referenced by objectHandle will not be flushed
30316 and both objectHandle and persistentHandle may be used to access the object.
30317 If objectHandle references a persistent object:
30318 h) The TPM shall return TPM_RC_RANGE if objectHandle is not in the proper range as determined by
30319 objectHandle shall be in the inclusive range of 81 00 00 0016 to
30320 81 7F FF FF16. If auth is TPM_RC_PLATFORM, objectHandle may be any valid persistent object
30324 If the TPM returns TPM_RC_SUCCESS, objectHandle will be removed from persistent memory and
30376 objectHandle
30385 if objectHandle is a transient object handle, then this is
30387 if objectHandle is a persistent object handle, then this
30528 evictObject = ObjectGet(in->objectHandle);
30536 // If objectHandle refers to a persistent object, it should be the same as