Home
last modified time | relevance | path

Searched refs:ownerAuth (Results 1 – 6 of 6) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DHierarchyChangeAuth.c67 gp.ownerAuth = in->newAuth; in TPM2_HierarchyChangeAuth()
68 NV_SYNC_PERSISTENT(ownerAuth); in TPM2_HierarchyChangeAuth()
DClear.c77 MemorySet(&gp.ownerAuth, 0, sizeof(gp.ownerAuth)); in TPM2_Clear()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DHierarchy.c71 gp.ownerAuth.t.size = 0; in HierarchyPreInstall_Init()
96 NV_SYNC_PERSISTENT(ownerAuth); in HierarchyPreInstall_Init()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c221 pAuth = &gp.ownerAuth; in EntityGetAuthValue()
DPropertyCap.c384 if(gp.ownerAuth.t.size != 0) in TPMPropertyIsDefined()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h709 TPM2B_AUTH ownerAuth; member