Lines Matching refs:lockoutRecovery
2403 446 UINT32 lockoutRecovery; // time that must expire between
3848 86 // For TPM_RH_LOCKOUT, if lockoutRecovery is 0, no need to update NV since
3850 88 if(gp.lockoutRecovery != 0)
8610 11 gp.lockoutRecovery = 1000; // in seconds
8617 18 NvWriteReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery);
8633 enabled until the TPM has been continuously powered for the lockoutRecovery time.
8641 28 // For TPM Reset, if lockoutRecovery is 0, enable use of lockoutAuth.
8644 31 if(gp.lockoutRecovery == 0)
8757 122 if(gp.lockoutRecovery != 0)
8765 124 if(((g_time - s_lockoutTimer)/1000) >= gp.lockoutRecovery)
9616 380 s_reservedSize[NV_LOCKOUT_RECOVERY] = sizeof(gp.lockoutRecovery);
9786 507 NvReadReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery);
18798 396 *value = gp.lockoutRecovery;