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

  /external/tpm2/
HierarchyChangeAuth.c 42 gp.ownerAuth = in->newAuth;
43 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth);
Clear.c 51 MemorySet(gp.ownerAuth.t.buffer, 0, gp.ownerAuth.t.size);
55 gp.ownerAuth.t.size = gp.endorsementAuth.t.size = gp.lockoutAuth.t.size = 0;
75 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth);
Hierarchy.c 34 gp.ownerAuth.t.size = 0;
56 NvWriteReserved(NV_OWNER_AUTH, &gp.ownerAuth);
Entity.c 159 // ownerAuth for TPM_RH_OWNER
160 authValue = gp.ownerAuth;
PropertyCap.c 291 if(gp.ownerAuth.t.size != 0)
Global.h 682 TPM2B_AUTH ownerAuth;
    [all...]
NV.c 493 s_reservedSize[NV_OWNER_AUTH] = sizeof(gp.ownerAuth);
624 NvReadReserved(NV_OWNER_AUTH, &gp.ownerAuth);
    [all...]

Completed in 389 milliseconds