HomeSort by relevance Sort by last modified time
    Searched refs:encryptedDuplication (Results 1 - 5 of 5) sorted by null

  /external/tpm2/
Import.c 110 // If encryptedDuplication is SET, then the object must have an inner
112 if(in->objectPublic.t.publicArea.objectAttributes.encryptedDuplication)
133 if(in->objectPublic.t.publicArea.objectAttributes.encryptedDuplication)
Duplicate.c 16 // TPM_RC_HIERARCHY encryptedDuplication is SET and newParentHandle specifies Null
22 // TPM_RC_SYMMETRIC encryptedDuplication is SET but no symmetric algorithm is provided
58 // If the duplicates object has encryptedDuplication SET, then there must be
60 if(object->publicArea.objectAttributes.encryptedDuplication == SET)
Object_spt.c 506 // TPM_RC_ATTRIBUTES fixedTPM, fixedParent, or encryptedDuplication attributes are
566 // A fixedTPM object can not have encryptedDuplication bit SET
568 && publicArea->objectAttributes.encryptedDuplication == SET)
571 // same encryptedDuplication value as its parent.
576 && ( publicArea->objectAttributes.encryptedDuplication
577 != parentObject->publicArea.objectAttributes.encryptedDuplication
    [all...]
tpm_types.h 452 UINT32 encryptedDuplication : 1;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]

Completed in 1551 milliseconds