Home
last modified time | relevance | path

Searched refs:lockOutAuthEnabled (Results 1 – 4 of 4) sorted by relevance

/external/tpm2/
DDA.c31 gp.lockOutAuthEnabled = TRUE; // Use of lockoutAuth is enabled in DAPreInstall_Init()
37 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DAPreInstall_Init()
59 gp.lockOutAuthEnabled = TRUE; in DAStartup()
61 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DAStartup()
151 if(!gp.lockOutAuthEnabled) in DASelfHeal()
161 gp.lockOutAuthEnabled = TRUE; in DASelfHeal()
163 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DASelfHeal()
DSessionProcess.c114 pAssert(gp.lockOutAuthEnabled); in IncrementLockout()
115 gp.lockOutAuthEnabled = FALSE; in IncrementLockout()
129 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in IncrementLockout()
1051 &gp.lockOutAuthEnabled); in CheckLockedOut()
1066 if(gp.lockOutAuthEnabled == FALSE) in CheckLockedOut()
DGlobal.h748 BOOL lockOutAuthEnabled; // TRUE if use of lockoutAuth is member
DNV.c515 s_reservedSize[NV_LOCKOUT_AUTH_ENABLED] = sizeof(gp.lockOutAuthEnabled); in NvInitStatic()
651 NvReadReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in NvReadPersistent()