Home | History | Annotate | Download | only in tpm2

Lines Matching refs:object

17 //     TPM_RC_TYPE                 the key referenced by parentHandle is not the parent of the object
18 // referenced by objectHandle; or objectHandle is a sequence object.
28 OBJECT *object;
34 // Get object pointer
35 object = ObjectGet(in->objectHandle);
37 // Can not change auth on sequence object
38 if(ObjectIsSequence(object))
43 > CryptGetHashDigestSize(object->publicArea.nameAlg))
46 // Check parent for object
47 // parent handle must be the parent of object handle. In this
48 // implementation we verify this by checking the QN of object. Other
51 ObjectComputeQualifiedName(&parentQN, object->publicArea.nameAlg,
52 &object->name, &QNCompare);
61 sensitive = object->sensitive;
66 SensitiveToPrivate(&sensitive, &object->name, in->parentHandle,
67 object->publicArea.nameAlg,