Home
last modified time | relevance | path

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

/external/tpm2/
DClear.c53 MemorySet(gp.lockoutAuth.t.buffer, 0, gp.lockoutAuth.t.size); in TPM2_Clear()
55 gp.ownerAuth.t.size = gp.endorsementAuth.t.size = gp.lockoutAuth.t.size = 0; in TPM2_Clear()
77 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth); in TPM2_Clear()
DHierarchyChangeAuth.c55 gp.lockoutAuth = in->newAuth; in TPM2_HierarchyChangeAuth()
56 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth); in TPM2_HierarchyChangeAuth()
DHierarchy.c36 gp.lockoutAuth.t.size = 0; in HierarchyPreInstall_Init()
58 NvWriteReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth); in HierarchyPreInstall_Init()
DEntity.c172 authValue = gp.lockoutAuth; in EntityGetAuthValue()
DPropertyCap.c295 if(gp.lockoutAuth.t.size != 0) in TPMPropertyIsDefined()
DGlobal.h690 TPM2B_AUTH lockoutAuth; member
DNV.c499 s_reservedSize[NV_LOCKOUT_AUTH] = sizeof(gp.lockoutAuth); in NvInitStatic()
630 NvReadReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth); in NvReadPersistent()