Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c225 else if(object->attributes.epsHierarchy) in ObjectGetHierarchy()
326 object->attributes.epsHierarchy = SET; in ObjectSetLoadedAttributes()
347 object->attributes.epsHierarchy = parent->attributes.epsHierarchy; in ObjectSetLoadedAttributes()
718 if(s_objects[i].attributes.epsHierarchy == SET) in ObjectFlushHierarchy()
DNvDynamic.c1418 && attributes.epsHierarchy == SET)) in NvFlushHierarchy()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DCreatePrimary.c116 newObject->attributes.epsHierarchy = SET; in TPM2_CreatePrimary()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Attestation/
DAttest_spt.c85 || (!signObject->attributes.epsHierarchy in FillInAttestInfo()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DCreateLoaded.c180 newObject->attributes.epsHierarchy = SET; in TPM2_CreateLoaded()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c476 else if(object->attributes.epsHierarchy) in EntityGetHierarchy()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h136 unsigned epsHierarchy : 1; //1) SET if the object belongs to EPS member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c1085 if(object->attributes.primary && object->attributes.epsHierarchy) in CryptCreateObject()