Home
last modified time | relevance | path

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

/external/tpm2/
DHierarchyControl.c57 if( gc.ehEnable == FALSE && in->state == YES in TPM2_HierarchyControl()
83 selected = &gc.ehEnable; in TPM2_HierarchyControl()
DHierarchy.c90 gc.shEnable = gc.ehEnable = gc.phEnableNV = TRUE; in HierarchyStartup()
198 enabled = gc.ehEnable; in HierarchyIsEnabled()
DPropertyCap.c316 if(gc.ehEnable) in TPMPropertyIsDefined()
317 flags.ehEnable = SET; in TPMPropertyIsDefined()
DChangeEPS.c35 gc.ehEnable = TRUE; in TPM2_ChangeEPS()
DClear.c48 gc.shEnable = gc.ehEnable = TRUE; in TPM2_Clear()
DEntity.c49 if(!gc.ehEnable) in EntityGetLoadStatus()
DGlobal.h834 BOOL ehEnable; // default reset is SET member
DObject.c705 && gc.ehEnable == CLEAR in ObjectLoadEvict()
Dtpm_types.h497 UINT32 ehEnable : 1; member