Searched refs:failedTries (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | DA.c | 26 gp.failedTries = 0; in DAPreInstall_Init() 32 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in DAPreInstall_Init() 67 && gp.failedTries < gp.maxTries) in DAStartup() 69 gp.failedTries++; in DAStartup() 71 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in DAStartup() 115 if(gp.failedTries != 0) in DASelfHeal() 121 gp.failedTries = 0; in DASelfHeal() 123 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in DASelfHeal() 130 if(gp.failedTries > gp.maxTries) in DASelfHeal() 131 gp.failedTries = gp.maxTries; in DASelfHeal() [all …]
|
D | DictionaryAttackLockReset.c | 29 gp.failedTries = 0; in TPM2_DictionaryAttackLockReset() 32 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in TPM2_DictionaryAttackLockReset()
|
D | DictionaryAttackParameters.c | 31 gp.failedTries = 0; in TPM2_DictionaryAttackParameters() 34 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in TPM2_DictionaryAttackParameters()
|
D | PropertyCap.c | 299 if(gp.failedTries >= gp.maxTries) in TPMPropertyIsDefined() 390 *value = gp.failedTries; in TPMPropertyIsDefined()
|
D | SessionProcess.c | 138 gp.failedTries++; in IncrementLockout() 148 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in IncrementLockout() 1052 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in CheckLockedOut() 1072 if(gp.failedTries >= gp.maxTries) in CheckLockedOut()
|
D | Global.h | 732 UINT32 failedTries; // the current count of unexpired member
|
D | NV.c | 507 s_reservedSize[NV_FAILED_TRIES] = sizeof(gp.failedTries); in NvInitStatic() 642 NvReadReserved(NV_FAILED_TRIES, &gp.failedTries); in NvReadPersistent()
|
D | part4.txt | 2388 436 UINT32 failedTries; // the current count of unexpired 2401 444 // before failedTries is decremented 2727 Flag indicating if NV update is pending for the lockOutAuthEnabled or failedTries DA parameter 2740 …This variable holds the accumulated time since the last time that failedTries was decremented. Thi… 3794 referenced by the handle is not exempt from DA protection, then the failedTries counter will be 3870 108 gp.failedTries++; 3880 118 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); 4917 use of lockoutAuth is disabled, or failedTries >= maxTries 4953 949 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); 4974 970 if(gp.failedTries >= gp.maxTries) [all …]
|
D | part3.txt | 977 NOTE 7 The TPM may decrease failedTries regardless of any other processing performed by… 15168 23 gp.failedTries = 0; 15171 26 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); 15201 This command will set the authorization failure count (failedTries) to zero. 15281 25 gp.failedTries = 0; 15284 28 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries);
|
/external/tpm2/generator/ |
D | raw_commands.txt | 1538 The TPM may decrease failedTries regardless of any other processing performed by the TPM. That 27366 gp.failedTries = 0; 27368 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); 27403 This command will set the authorization failure count (failedTries) to zero. 27570 gp.failedTries = 0; 27572 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries);
|
D | raw_commands_fixed.txt | 1538 The TPM may decrease failedTries regardless of any other processing performed by the TPM. That 27377 gp.failedTries = 0; 27379 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); 27414 This command will set the authorization failure count (failedTries) to zero. 27581 gp.failedTries = 0; 27583 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries);
|
D | raw_structures.txt | 6792 the current value of the lockout counter (failedTries)
|
D | raw_structures_fixed.txt | 6814 the current value of the lockout counter (failedTries)
|