Lines Matching refs:parentHandle
2642 The parentHandle parameter shall reference a loaded decryption key that has both the public and
2760 TPMI_DH_OBJECT @parentHandle Auth Index: 1
2831 different types; parentHandle does not reference a restricted
2859 19 parentObject = ObjectGet(in->parentHandle);
2875 35 result = PublicAttributesValidation(FALSE, in->parentHandle,
2888 48 result = CryptCreateObject(in->parentHandle, &in->inPublic.t.publicArea,
2894 54 FillInCreationData(in->parentHandle, in->inPublic.t.publicArea.nameAlg,
2905 65 TicketComputeCreation(EntityGetHierarchy(in->parentHandle), &name,
2909 69 SensitiveToPrivate(&sensitive, &name, in->parentHandle,
2992 TPMI_DH_OBJECT @parentHandle
3045 … TPM_RC_TYPE parentHandle is not a storage key, or the object to load is a storage
3065 21 parentObject = ObjectGet(in->parentHandle);
3092 43 result = PublicAttributesValidation(TRUE, in->parentHandle,
3104 55 result = PrivateToSensitive(&in->inPrivate, &out->name, in->parentHandle,
3113 64 hierarchy = ObjectGetHierarchy(in->parentHandle);
3119 70 &out->name, in->parentHandle, skipChecks,
3921 TPMI_DH_OBJECT parentHandle
3957 TPM_RC_TYPE the key referenced by parentHandle is not the parent of the object
3990 35 ObjectGetQualifiedName(in->parentHandle, &parentQN);
4006 51 SensitiveToPrivate(&sensitive, &object->name, in->parentHandle,
4475 If encryptedDuplication is SET in the object referenced by parentHandle, then encryptedDuplication …
4481 1) The asymmetric parameters and private key of parentHandle are used to recover the seed used
4549 TPMI_DH_OBJECT @parentHandle Auth Index: 1
4586 parentHandle
4608 … parent referenced by parentHandle have different public parameters
4610 CLEAR; or inSymSeed is nonempty and parentHandle does not
4611 … reference a decryption key; or objectPublic and parentHandle have
4625 … parent referenced by parentHandle have different name algorithm
4633 … and parentHandle does not reference a key of supported type; or
4644 … type of parentHandle; or unmarshaling sensitive value from duplicate
4651 … parentHandle are of different types; or parentHandle is not a storage
4652 key; or only the public portion of parentHandle is loaded; or
4660 modulus of the key referenced by parentHandle or inSymSeed is
4662 the symmetric key referenced by parentHandle
4688 29 parentObject = ObjectGet(in->parentHandle);
4719 60 result = CryptSecretDecrypt(in->parentHandle, NULL, "DUPLICATE",
4745 80 result = DuplicateToSensitive(&in->duplicate, &name, in->parentHandle,
4762 97 result = PublicAttributesValidation(TRUE, in->parentHandle,
4770 105 &sensitive, NULL, in->parentHandle, FALSE,
4783 118 SensitiveToPrivate(&sensitive, &name, in->parentHandle,