Home | History | Annotate | Download | only in tpm2

Lines Matching full:objecthandle

681                 EXAMPLE    TPM2_Certify requires the ADMIN role for the first handle (objectHandle). The policy authorization
682 for objectHandle is required to contain TPM2_PolicyCommandCode(commandCode ==
3076 TPM_HANDLE objectHandle
3190 71 &out->objectHandle);
3319 TPM_HANDLE objectHandle
3424 63 &out->objectHandle);
3443 Use of the objectHandle does not require authorization.
3445 NOTE Since the caller is not likely to know the public area of the object associated with objectHandle, it
3446 would not be possible to include the Name associated with objectHandle in the cpHash computation.
3448 If objectHandle references a sequence object, the TPM shall return TPM_RC_SEQUENCE.
3472 TPMI_DH_OBJECT objectHandle
3519 15 object = ObjectGet(in->objectHandle);
3534 30 out->name.t.size = ObjectGetName(in->objectHandle, &out->name.t.name);
3537 33 ObjectGetQualifiedName(in->objectHandle, &out->qualifiedName);
3967 If successful, a new private area for the TPM-resident object associated with objectHandle is returned,
4008 TPMI_DH_OBJECT @objectHandle Auth Index: 1
4047 objectHandle
4049 referenced by objectHandle; or objectHandle is a sequence object.
4066 20 object = ObjectGet(in->objectHandle);
4085 39 ObjectGetQualifiedName(in->objectHandle, &objectQN);
4131 sensitive area could not be loaded in the TPM from which objectHandle is being duplicated.
4137 If fixedParent of objectHandle?attributes is SET, the TPM shall return TPM_RC_ATTRIBUTES. If
4138 objectHandle?nameAlg is TPM_ALG_NULL, the TPM shall return TPM_RC_TYPE.
4148 HpolicyAlg(objectHandle?Name || newParentHandle?Name) (2)
4181 TPMI_DH_OBJECT @objectHandle Auth Index: 1
4262 22 object = ObjectGet(in->objectHandle);
4862 91 TPM_HANDLE objectHandle;
4877 106 &objectHandle);
4883 112 ObjectFlush(objectHandle);
7481 Authorization for objectHandle requires ADMIN role authorization. If performed with a policy session, the
7518 TPMI_DH_OBJECT @objectHandle Auth Index: 1
7598 34 ObjectGetName(in->objectHandle,
7601 37 ObjectGetQualifiedName(in->objectHandle,
7656 The TPM will create a test ticket using the Name associated with objectHandle and creationHash as:
7657 HMAC(proof, (TPM_ST_CREATION || objectHandle?Name || creationHash)) (4)
7661 command in the creationHash field of the structure. The Name associated with objectHandle will be
7667 ObjectHandle may be any object that is loaded with TPM2_Load() or TPM2_CreatePrimary().
7692 TPMI_DH_OBJECT objectHandle
7739 TPM_RC_TICKET creationTicket does not match objectHandle
7760 20 name.t.size = ObjectGetName(in->objectHandle, &name.t.name);
13170 nameHash ? H policyAlg (objectHandle?Name || newParentHandle?Name)
14233 TPM_HANDLE objectHandle
14352 67 &out->name, in->primaryHandle, TRUE, &out->objectHandle);
16911 If objectHandle is a transient object, then the call is to make the object persistent and assign
16912 persistentHandle to the persistent version of the object. If objectHandle is a persistent object, then the call
16914 Before execution of TPM2_EvictControl code below, the TPM verifies that objectHandle references an
16920 If objectHandle references a transient object:
16949 g) If the TPM returns TPM_RC_SUCCESS, the object referenced by objectHandle will not be flushed
16950 and both objectHandle and persistentHandle may be used to access the object.
16957 If objectHandle references a persistent object:
16958 a) The TPM shall return TPM_RC_RANGE if objectHandle
16959 auth. If auth is TPM_RC_OWNER, objectHandle shall be in the inclusive range of 81 00 00 0016 to
16960 81 7F FF FF16. If auth is TPM_RC_PLATFORM, objectHandle may be any valid persistent object
16962 b) If the TPM returns TPM_RC_SUCCESS, objectHandle will be removed from persistent memory and
16990 TPMI_DH_OBJECT objectHandle
16993 if objectHandle is a transient object handle, then this is
16996 if objectHandle is a persistent object handle, then it
17053 21 evictObject = ObjectGet(in->objectHandle);
17062 30 // If objectHandle refers to a persistent object, it should be the same as