Home
last modified time | relevance | path

Searched refs:ehEnable (Results 1 – 9 of 9) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DHierarchyControl.c86 if(gc.ehEnable == FALSE && in->state == YES in TPM2_HierarchyControl()
112 selected = &gc.ehEnable; in TPM2_HierarchyControl()
DChangeEPS.c65 gc.ehEnable = TRUE; in TPM2_ChangeEPS()
DClear.c74 gc.shEnable = gc.ehEnable = TRUE; in TPM2_Clear()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DHierarchy.c132 gc.shEnable = gc.ehEnable = gc.phEnableNV = TRUE; in HierarchyStartup()
227 enabled = gc.ehEnable; in HierarchyIsEnabled()
DObject.c780 && gc.ehEnable == CLEAR in ObjectLoadEvict()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DPropertyCap.c416 if(gc.ehEnable) in TPMPropertyIsDefined()
417 SET_ATTRIBUTE(flags.attr, TPMA_STARTUP_CLEAR, ehEnable); in TPMPropertyIsDefined()
DEntity.c80 if(!gc.ehEnable) in EntityGetLoadStatus()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h919 BOOL ehEnable; // default reset is SET member
DTpmTypes.h1011 unsigned ehEnable : 1; member