Searched refs:lockoutAuth (Results 1 - 7 of 7) sorted by relevance

/external/tpm2/
H A DHierarchyChangeAuth.c55 gp.lockoutAuth = in->newAuth;
56 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth);
H A DClear.c53 MemorySet(gp.lockoutAuth.t.buffer, 0, gp.lockoutAuth.t.size);
55 gp.ownerAuth.t.size = gp.endorsementAuth.t.size = gp.lockoutAuth.t.size = 0;
77 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth);
H A DHierarchy.c36 gp.lockoutAuth.t.size = 0;
58 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth);
H A DEntity.c171 // lockoutAuth for TPM_RH_LOCKOUT
172 authValue = gp.lockoutAuth;
H A DPropertyCap.c295 if(gp.lockoutAuth.t.size != 0)
402 // number of seconds after a lockoutAuth failure before use of
403 // lockoutAuth may be attempted again
H A DGlobal.h293 // lockoutAuth.
673 // lockoutAuth is disabled
684 TPM2B_AUTH lockoutAuth; member in struct:__anon16924
741 // with lockoutAuth
742 BOOL lockOutAuthEnabled; // TRUE if use of lockoutAuth is
1025 // This variable holds the accumulated time that the lockoutAuth has been blocked.
H A DNV.c495 s_reservedSize[NV_LOCKOUT_AUTH] = sizeof(gp.lockoutAuth);
626 NvReadReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth);

Completed in 125 milliseconds