Searched refs:lockoutRecovery (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | DA.c | 29 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()
|
D | DictionaryAttackParameters.c | 28 gp.lockoutRecovery = in->lockoutRecovery; in TPM2_DictionaryAttackParameters() 37 NvWriteReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery); in TPM2_DictionaryAttackParameters()
|
D | DictionaryAttackParameters_fp.h | 16 UINT32 lockoutRecovery; member
|
D | Marshal_DictionaryAttackParameters.c | 27 result = UINT32_Unmarshal(&target->lockoutRecovery, buffer, size); in DictionaryAttackParameters_In_Unmarshal()
|
D | PropertyCap.c | 404 *value = gp.lockoutRecovery; in TPMPropertyIsDefined()
|
D | Global.h | 739 UINT32 lockoutRecovery; // time that must expire between member
|
D | NV.c | 510 s_reservedSize[NV_LOCKOUT_RECOVERY] = sizeof(gp.lockoutRecovery); in NvInitStatic() 646 NvReadReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery); in NvReadPersistent()
|
D | SessionProcess.c | 118 if(gp.lockoutRecovery != 0) in IncrementLockout()
|
D | part3.txt | 1451 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);
|
D | part4.txt | 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) [all …]
|
/external/tpm2/generator/ |
D | raw_commands_fixed.txt | 2224 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);
|
D | raw_commands.txt | 2224 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);
|
D | commands.txt | 2228 _NAME lockoutRecovery
|