Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DChangeEPS.c74 gp.endorsementPolicy.t.size = 0; in TPM2_ChangeEPS()
87 NV_SYNC_PERSISTENT(endorsementPolicy); in TPM2_ChangeEPS()
DSetPrimaryPolicy.c77 gp.endorsementPolicy = in->authPolicy; in TPM2_SetPrimaryPolicy()
79 NV_SYNC_PERSISTENT(endorsementPolicy); in TPM2_SetPrimaryPolicy()
DClear.c84 MemorySet(&gp.endorsementPolicy, 0, sizeof(gp.endorsementPolicy)); in TPM2_Clear()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DHierarchy.c79 gp.endorsementPolicy.t.size = 0; in HierarchyPreInstall_Init()
102 NV_SYNC_PERSISTENT(endorsementPolicy); in HierarchyPreInstall_Init()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c332 *authPolicy = gp.endorsementPolicy; in EntityGetAuthPolicy()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h705 TPM2B_DIGEST endorsementPolicy; member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c439 if(gp.endorsementPolicy.t.size != 0) in IsAuthPolicyAvailable()