Home
last modified time | relevance | path

Searched refs:fixedTPM (Results 1 – 8 of 8) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Duplication/
DImport.c121 if(IS_ATTRIBUTE(attributes, TPMA_OBJECT, fixedTPM) in TPM2_Import()
192 if(IS_ATTRIBUTE(parentObject->publicArea.objectAttributes, TPMA_OBJECT, fixedTPM)) in TPM2_Import()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c401 || IS_ATTRIBUTE(attributes, TPMA_OBJECT, fixedTPM)) in CreateChecks()
648 || IS_ATTRIBUTE(parentAttributes, TPMA_OBJECT, fixedTPM)) in PublicAttributesValidation()
651 != IS_ATTRIBUTE(attributes, TPMA_OBJECT, fixedTPM)) in PublicAttributesValidation()
657 if(IS_ATTRIBUTE(attributes, TPMA_OBJECT, fixedTPM)) in PublicAttributesValidation()
675 if(IS_ATTRIBUTE(attributes, TPMA_OBJECT, fixedTPM) in PublicAttributesValidation()
682 && !IS_ATTRIBUTE(parentAttributes, TPMA_OBJECT, fixedTPM)) in PublicAttributesValidation()
692 if(IS_ATTRIBUTE(attributes, TPMA_OBJECT, fixedTPM) in PublicAttributesValidation()
693 != IS_ATTRIBUTE(parentAttributes, TPMA_OBJECT, fixedTPM)) in PublicAttributesValidation()
994 TPMA_OBJECT, fixedTPM)) in MarshalSensitive()
DLoadExternal.c103 fixedTPM) in TPM2_LoadExternal()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/AttachedComponent/
DAC_Send.c95 || IS_ATTRIBUTE(object->publicArea.objectAttributes, TPMA_OBJECT, fixedTPM)) in TPM2_AC_Send()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTpmSizeChecks.c163 SET_ATTRIBUTE(u.attributes, TPMA_OBJECT, fixedTPM); in TpmSizeChecks()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/X509/
DX509_spt.c203 && !IS_ATTRIBUTE(attributes, TPMA_OBJECT, fixedTPM); in X509ProcessExtensions()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c433 TPMA_OBJECT, fixedTPM))) in ObjectLoad()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h800 unsigned fixedTPM : 1; member