HomeSort by relevance Sort by last modified time
    Searched refs:lockoutAuth (Results 1 - 7 of 7) sorted by null

  /external/tpm2/
HierarchyChangeAuth.c 55 gp.lockoutAuth = in->newAuth;
56 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth);
Clear.c 53 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);
Hierarchy.c 36 gp.lockoutAuth.t.size = 0;
58 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth);
Entity.c 171 // lockoutAuth for TPM_RH_LOCKOUT
172 authValue = gp.lockoutAuth;
PropertyCap.c 295 if(gp.lockoutAuth.t.size != 0)
402 // number of seconds after a lockoutAuth failure before use of
403 // lockoutAuth may be attempted again
Global.h 293 // lockoutAuth.
673 // lockoutAuth is disabled
684 TPM2B_AUTH lockoutAuth;
    [all...]
NV.c 495 s_reservedSize[NV_LOCKOUT_AUTH] = sizeof(gp.lockoutAuth);
626 NvReadReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth);
    [all...]

Completed in 74 milliseconds