Home
last modified time | relevance | path

Searched refs:lockoutRecovery (Results 1 – 13 of 13) sorted by relevance

/external/tpm2/
DDA.c29 gp.lockoutRecovery = 1000; // in seconds in DAPreInstall_Init()
35 NvWriteReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery); in DAPreInstall_Init()
56 if(gp.lockoutRecovery == 0) in DAStartup()
155 if(gp.lockoutRecovery != 0) in DASelfHeal()
158 if(((g_time - s_lockoutTimer)/1000) >= gp.lockoutRecovery) in DASelfHeal()
DDictionaryAttackParameters.c28 gp.lockoutRecovery = in->lockoutRecovery; in TPM2_DictionaryAttackParameters()
37 NvWriteReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery); in TPM2_DictionaryAttackParameters()
DDictionaryAttackParameters_fp.h16 UINT32 lockoutRecovery; member
DMarshal_DictionaryAttackParameters.c27 result = UINT32_Unmarshal(&target->lockoutRecovery, buffer, size); in DictionaryAttackParameters_In_Unmarshal()
DPropertyCap.c404 *value = gp.lockoutRecovery; in TPMPropertyIsDefined()
DGlobal.h739 UINT32 lockoutRecovery; // time that must expire between member
DNV.c510 s_reservedSize[NV_LOCKOUT_RECOVERY] = sizeof(gp.lockoutRecovery); in NvInitStatic()
646 NvReadReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery); in NvReadPersistent()
DSessionProcess.c118 if(gp.lockoutRecovery != 0) in IncrementLockout()
Dpart3.txt1451  use of lockoutAuth shall be enabled if lockoutRecovery is zero.
15103 Only one lockoutAuth authorization failure is allowed for this command during a lockoutRecovery int…
15191 The timeout parameters (newRecoveryTime and lockoutRecovery) indicate values that are measured with
15199 If lockoutRecovery is zero, then the recovery interval is a boot cycle (_TPM_Init followed by
15202 Only one lockoutAuth authorization failure is allowed for this command during a lockoutRecovery int…
15235 UINT32 lockoutRecovery of lockoutAuth is allowed
15278 22 gp.lockoutRecovery = in->lockoutRecovery;
15287 31 NvWriteReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery);
Dpart4.txt2403 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)
[all …]
/external/tpm2/generator/
Draw_commands_fixed.txt2224 use of lockoutAuth shall be enabled if lockoutRecovery is zero.
27241 Only one authorization failure is allowed for this command during a lockoutRecovery interval (set u…
27403 The timeout parameters (newRecoveryTime and lockoutRecovery) indicate values that are measured with
27412 If lockoutRecovery is zero, then the recovery interval is a boot cycle (_TPM_Init followed by
27415 Only one authorization failure is allowed for this command during a lockoutRecovery interval.
27478 lockoutRecovery
27579 gp.lockoutRecovery = in->lockoutRecovery;
27586 NvWriteReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery);
Draw_commands.txt2224 use of lockoutAuth shall be enabled if lockoutRecovery is zero.
27230 Only one authorization failure is allowed for this command during a lockoutRecovery interval (set u…
27392 The timeout parameters (newRecoveryTime and lockoutRecovery) indicate values that are measured with
27401 If lockoutRecovery is zero, then the recovery interval is a boot cycle (_TPM_Init followed by
27404 Only one authorization failure is allowed for this command during a lockoutRecovery interval.
27467 lockoutRecovery
27568 gp.lockoutRecovery = in->lockoutRecovery;
27575 NvWriteReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery);
Dcommands.txt2228 _NAME lockoutRecovery