Searched refs:encryptedDuplication (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | Import.c | 112 if(in->objectPublic.t.publicArea.objectAttributes.encryptedDuplication) in TPM2_Import() 133 if(in->objectPublic.t.publicArea.objectAttributes.encryptedDuplication) in TPM2_Import()
|
D | Duplicate.c | 60 if(object->publicArea.objectAttributes.encryptedDuplication == SET) in TPM2_Duplicate()
|
D | Object_spt.c | 566 && publicArea->objectAttributes.encryptedDuplication == SET) in PublicAttributesValidation() 574 && ( publicArea->objectAttributes.encryptedDuplication in PublicAttributesValidation() 575 != parentObject->publicArea.objectAttributes.encryptedDuplication in PublicAttributesValidation()
|
D | tpm_types.h | 452 UINT32 encryptedDuplication : 1; member
|
D | part3.txt | 2809 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 …]
|
D | part4.txt | 7295 … 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/ |
D | raw_structures_fixed.txt | 246 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.
|
D | raw_structures.txt | 246 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.
|
D | raw_commands_fixed.txt | 4459 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 …]
|
D | raw_commands.txt | 4457 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 …]
|