Home
last modified time | relevance | path

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

/external/tpm2/
DDA.c26 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 …]
DDictionaryAttackLockReset.c29 gp.failedTries = 0; in TPM2_DictionaryAttackLockReset()
32 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in TPM2_DictionaryAttackLockReset()
DDictionaryAttackParameters.c31 gp.failedTries = 0; in TPM2_DictionaryAttackParameters()
34 NvWriteReserved(NV_FAILED_TRIES, &gp.failedTries); in TPM2_DictionaryAttackParameters()
DPropertyCap.c299 if(gp.failedTries >= gp.maxTries) in TPMPropertyIsDefined()
390 *value = gp.failedTries; in TPMPropertyIsDefined()
DSessionProcess.c138 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()
DGlobal.h732 UINT32 failedTries; // the current count of unexpired member
DNV.c507 s_reservedSize[NV_FAILED_TRIES] = sizeof(gp.failedTries); in NvInitStatic()
642 NvReadReserved(NV_FAILED_TRIES, &gp.failedTries); in NvReadPersistent()
Dpart4.txt2388 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 …]
Dpart3.txt977 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/
Draw_commands.txt1538 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);
Draw_commands_fixed.txt1538 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);
Draw_structures.txt6792 the current value of the lockout counter (failedTries)
Draw_structures_fixed.txt6814 the current value of the lockout counter (failedTries)