Home
last modified time | relevance | path

Searched refs:phEnableNV (Results 1 – 7 of 7) sorted by relevance

/external/tpm2/
DPropertyCap.c318 if(gc.phEnableNV) in TPMPropertyIsDefined()
319 flags.phEnableNV = SET; in TPMPropertyIsDefined()
DHierarchyControl.c89 selected = &gc.phEnableNV; in TPM2_HierarchyControl()
DNV_DefineSpace.c45 if(in->authHandle == TPM_RH_PLATFORM && gc.phEnableNV == CLEAR) in TPM2_NV_DefineSpace()
DHierarchy.c90 gc.shEnable = gc.ehEnable = gc.phEnableNV = TRUE; in HierarchyStartup()
DGlobal.h835 BOOL phEnableNV; // default reset is SET member
DNV.c1042 if(gc.shEnable == FALSE || gc.phEnableNV == FALSE) in NvIndexIsAccessible()
1053 else if(gc.phEnableNV == FALSE) in NvIndexIsAccessible()
Dtpm_types.h498 UINT32 phEnableNV : 1; member