Home
last modified time | relevance | path

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

/external/tpm2/
DDA.c30 gp.lockOutAuthEnabled = TRUE; // Use of lockoutAuth is enabled in DAPreInstall_Init()
36 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DAPreInstall_Init()
58 gp.lockOutAuthEnabled = TRUE; in DAStartup()
60 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DAStartup()
150 if(!gp.lockOutAuthEnabled) in DASelfHeal()
160 gp.lockOutAuthEnabled = TRUE; in DASelfHeal()
162 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.h742 BOOL lockOutAuthEnabled; // TRUE if use of lockoutAuth is member
DNV.c511 s_reservedSize[NV_LOCKOUT_AUTH_ENABLED] = sizeof(gp.lockOutAuthEnabled); in NvInitStatic()
647 NvReadReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in NvReadPersistent()
Dpart4.txt2407 450 BOOL lockOutAuthEnabled; // TRUE if use of lockoutAuth is
2727 Flag indicating if NV update is pending for the lockOutAuthEnabled or failedTries DA parameter
3846 84 pAssert(gp.lockOutAuthEnabled);
3847 85 gp.lockOutAuthEnabled = FALSE;
3861 99 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
4952 948 &gp.lockOutAuthEnabled);
4968 964 if(gp.lockOutAuthEnabled == FALSE)
8611 12 gp.lockOutAuthEnabled = TRUE; // Use of lockoutAuth is enabled
8618 19 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
8646 33 gp.lockOutAuthEnabled = TRUE;
[all …]