Searched refs:endorsementAuth (Results 1 – 7 of 7) sorted by relevance
68 MemorySet(gp.endorsementAuth.t.buffer, 0, gp.endorsementAuth.t.size); in TPM2_ChangeEPS()70 gp.endorsementAuth.t.size = 0; in TPM2_ChangeEPS()85 NV_SYNC_PERSISTENT(endorsementAuth); in TPM2_ChangeEPS()
71 gp.endorsementAuth = in->newAuth; in TPM2_HierarchyChangeAuth()72 NV_SYNC_PERSISTENT(endorsementAuth); in TPM2_HierarchyChangeAuth()
78 MemorySet(&gp.endorsementAuth, 0, sizeof(gp.endorsementAuth)); in TPM2_Clear()
72 gp.endorsementAuth.t.size = 0; in HierarchyPreInstall_Init()97 NV_SYNC_PERSISTENT(endorsementAuth); in HierarchyPreInstall_Init()
225 pAuth = &gp.endorsementAuth; in EntityGetAuthValue()
386 if(gp.endorsementAuth.t.size != 0) in TPMPropertyIsDefined()
710 TPM2B_AUTH endorsementAuth; member