Searched refs:fixedTPM (Results 1 – 8 of 8) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Duplication/ |
D | Import.c | 121 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/ |
D | Object_spt.c | 401 || 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()
|
D | LoadExternal.c | 103 fixedTPM) in TPM2_LoadExternal()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/AttachedComponent/ |
D | AC_Send.c | 95 || IS_ATTRIBUTE(object->publicArea.objectAttributes, TPMA_OBJECT, fixedTPM)) in TPM2_AC_Send()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TpmSizeChecks.c | 163 SET_ATTRIBUTE(u.attributes, TPMA_OBJECT, fixedTPM); in TpmSizeChecks()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/X509/ |
D | X509_spt.c | 203 && !IS_ATTRIBUTE(attributes, TPMA_OBJECT, fixedTPM); in X509ProcessExtensions()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
D | Object.c | 433 TPMA_OBJECT, fixedTPM))) in ObjectLoad()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TpmTypes.h | 800 unsigned fixedTPM : 1; member
|