Home | History | Annotate | Download | only in generator

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 ==
4896 objectHandle
5145 &out->objectHandle);
5336 objectHandle
5560 &out->objectHandle);
5584 Use of the objectHandle does not require authorization.
5587 Since the caller is not likely to know the public area of the object associated with objectHandle, it
5588 would not be possible to include the Name associated with objectHandle in the cpHash computation.
5590 If objectHandle references a sequence object, the TPM shall return TPM_RC_SEQUENCE.
5630 objectHandle
5754 object = ObjectGet(in->objectHandle);
5764 out->name.t.size = ObjectGetName(in->objectHandle, &out->name.t.name);
5766 ObjectGetQualifiedName(in->objectHandle, &out->qualifiedName);
6544 If successful, a new private area for the TPM-resident object associated with objectHandle is returned,
6611 @objectHandle
6683 objectHandle
6739 referenced by objectHandle; or objectHandle is a sequence object.
6766 object = ObjectGet(in->objectHandle);
6781 ObjectGetQualifiedName(in->objectHandle, &objectQN);
6845 sensitive area could not be loaded in the TPM from which objectHandle is being duplicated.
6851 If fixedParent of objectHandle?attributes is SET, the TPM shall return TPM_RC_ATTRIBUTES. If
6852 objectHandle?nameAlg is TPM_ALG_NULL, the TPM shall return TPM_RC_TYPE.
6878 HpolicyAlg(objectHandle?Name || newParentHandle?Name)
6936 @objectHandle
7131 object = ObjectGet(in->objectHandle);
8270 objectHandle;
8283 &objectHandle);
8288 ObjectFlush(objectHandle);
13004 Authorization for objectHandle requires ADMIN role authorization. If performed with a policy session, the
13053 @objectHandle
13244 ObjectGetName(in->objectHandle,
13247 ObjectGetQualifiedName(in->objectHandle,
13328 The TPM will create a test ticket using the Name associated with objectHandle and creationHash as:
13330 HMAC(proof, (TPM_ST_CREATION || objectHandle?Name || creationHash))
13337 command in the creationHash field of the structure. The Name associated with objectHandle will be
13344 ObjectHandle may be any object that is loaded with TPM2_Load() or TPM2_CreatePrimary().
13392 objectHandle
13490 creationTicket does not match objectHandle
13571 name.t.size = ObjectGetName(in->objectHandle, &name.t.name);
23489 nameHash ? H policyAlg (objectHandle?Name || newParentHandle?Name)
25415 objectHandle
25664 &out->name, in->primaryHandle, TRUE, &out->objectHandle);
30249 If objectHandle is a transient object, then the call is to make the object persistent and assign
30250 persistentHandle to the persistent version of the object. If objectHandle is a persistent object, then the call
30252 Before execution of TPM2_EvictControl code below, the TPM verifies that objectHandle references an
30259 If objectHandle references a transient object:
30304 g) If the TPM returns TPM_RC_SUCCESS, the object referenced by objectHandle will not be flushed
30305 and both objectHandle and persistentHandle may be used to access the object.
30306 If objectHandle references a persistent object:
30307 h) The TPM shall return TPM_RC_RANGE if objectHandle is not in the proper range as determined by
30308 objectHandle shall be in the inclusive range of 81 00 00 0016 to
30309 81 7F FF FF16. If auth is TPM_RC_PLATFORM, objectHandle may be any valid persistent object
30313 If the TPM returns TPM_RC_SUCCESS, objectHandle will be removed from persistent memory and
30365 objectHandle
30372 if objectHandle is a transient object handle, then this is
30374 if objectHandle is a persistent object handle, then this
30517 evictObject = ObjectGet(in->objectHandle);
30525 // If objectHandle refers to a persistent object, it should be the same as