Home
last modified time | relevance | path

Searched refs:encryptedDuplication (Results 1 – 10 of 10) sorted by relevance

/external/tpm2/
DImport.c112 if(in->objectPublic.t.publicArea.objectAttributes.encryptedDuplication) in TPM2_Import()
133 if(in->objectPublic.t.publicArea.objectAttributes.encryptedDuplication) in TPM2_Import()
DDuplicate.c60 if(object->publicArea.objectAttributes.encryptedDuplication == SET) in TPM2_Duplicate()
DObject_spt.c566 && publicArea->objectAttributes.encryptedDuplication == SET) in PublicAttributesValidation()
574 && ( publicArea->objectAttributes.encryptedDuplication in PublicAttributesValidation()
575 != parentObject->publicArea.objectAttributes.encryptedDuplication in PublicAttributesValidation()
Dtpm_types.h452 UINT32 encryptedDuplication : 1; member
Dpart3.txt2809 fixedParent, or encryptedDuplication attributes are inconsistent
4040 If encryptedDuplication is SET in the object being duplicated, then the TPM shall return
4140 TPM_RC_HIERARCHY encryptedDuplication is SET and newParentHandle specifies Null
4146 TPM_RC_SYMMETRIC encryptedDuplication is SET but no symmetric algorithm is provided
4182 37 // If the duplicates object has encryptedDuplication SET, then there must be
4184 39 if(object->publicArea.objectAttributes.encryptedDuplication == SET)
4272 a zero length. See TPM 2.0 Part 2 encryptedDuplication.
4475 If encryptedDuplication is SET in the object referenced by parentHandle, then encryptedDuplication
4477 If encryptedDuplication is SET in objectPublic, then inSymSeed and encryptionKey shall not be Empty
4511 …Similarly, if the new parent's fixedTPM is set, the encryptedDuplication state need only be checked
[all …]
Dpart4.txt7295 … TPM_RC_ATTRIBUTES fixedTPM, fixedParent, or encryptedDuplication attributes are
7363 471 // A fixedTPM object can not have encryptedDuplication bit SET
7365 473 && publicArea->objectAttributes.encryptedDuplication == SET)
7369 477 // same encryptedDuplication value as its parent.
7374 482 && ( publicArea->objectAttributes.encryptedDuplication
7375 483 != parentObject->publicArea.objectAttributes.encryptedDuplication
/external/tpm2/generator/
Draw_structures_fixed.txt246 Bit[11] – encryptedDuplication ....................................................................…
8053 encryptedDuplication
8462 Bit[11] – encryptedDuplication
8474 This requirement means that encryptedDuplication may not be SET if the object cannot be directly or
8478 encryptedDuplication may be SET or CLEAR in the object.
8485 encryptedDuplication as its parent.
8489 encryptedDuplication setting.
Draw_structures.txt246 Bit[11] – encryptedDuplication ....................................................................…
8036 encryptedDuplication
8445 Bit[11] – encryptedDuplication
8457 This requirement means that encryptedDuplication may not be SET if the object cannot be directly or
8461 encryptedDuplication may be SET or CLEAR in the object.
8468 encryptedDuplication as its parent.
8472 encryptedDuplication setting.
Draw_commands_fixed.txt4459 fixedParent, or encryptedDuplication attributes are inconsistent
6761 If encryptedDuplication is SET in the object being duplicated, then the TPM shall return
6950 encryptedDuplication is SET and newParentHandle specifies Null
6965 encryptedDuplication is SET but no symmetric algorithm is provided
7056 // If the duplicates object has encryptedDuplication SET, then there must be
7058 if(object->publicArea.objectAttributes.encryptedDuplication == SET)
7205 a zero length. See Part 2 encryptedDuplication.
7633 If encryptedDuplication is SET in the object referenced by parentHandle, then encryptedDuplication
7645 If the encryptedDuplication attribute of the object
7683 Similarly, if the new parent's fixedTPM is set, the encryptedDuplication state need only be checked
[all …]
Draw_commands.txt4457 fixedParent, or encryptedDuplication attributes are inconsistent
6757 If encryptedDuplication is SET in the object being duplicated, then the TPM shall return
6944 encryptedDuplication is SET and newParentHandle specifies Null
6959 encryptedDuplication is SET but no symmetric algorithm is provided
7050 // If the duplicates object has encryptedDuplication SET, then there must be
7052 if(object->publicArea.objectAttributes.encryptedDuplication == SET)
7199 a zero length. See Part 2 encryptedDuplication.
7623 If encryptedDuplication is SET in the object referenced by parentHandle, then encryptedDuplication
7635 If the encryptedDuplication attribute of the object
7673 Similarly, if the new parent's fixedTPM is set, the encryptedDuplication state need only be checked
[all …]