Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DHierarchyControl.c73 if(gc.shEnable == FALSE && in->state == YES in TPM2_HierarchyControl()
109 selected = &gc.shEnable; in TPM2_HierarchyControl()
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()
224 enabled = gc.shEnable; in HierarchyIsEnabled()
DNvDynamic.c787 if(gc.shEnable == FALSE || gc.phEnableNV == FALSE) in NvIndexIsAccessible()
793 if(gc.shEnable == FALSE) in NvIndexIsAccessible()
DObject.c759 else if(gc.shEnable == CLEAR) in ObjectLoadEvict()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DPropertyCap.c414 if(gc.shEnable) in TPMPropertyIsDefined()
415 SET_ATTRIBUTE(flags.attr, TPMA_STARTUP_CLEAR, shEnable); in TPMPropertyIsDefined()
DEntity.c72 if(!gc.shEnable) in EntityGetLoadStatus()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h918 BOOL shEnable; // default reset is SET member
DTpmTypes.h1010 unsigned shEnable : 1; member