Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DChangeEPS.c73 gp.endorsementAlg = TPM_ALG_NULL; in TPM2_ChangeEPS()
86 NV_SYNC_PERSISTENT(endorsementAlg); in TPM2_ChangeEPS()
DSetPrimaryPolicy.c76 gp.endorsementAlg = in->hashAlg; in TPM2_SetPrimaryPolicy()
78 NV_SYNC_PERSISTENT(endorsementAlg); in TPM2_SetPrimaryPolicy()
DClear.c82 gp.ownerAlg = gp.endorsementAlg = gp.lockoutAlg = TPM_ALG_NULL; in TPM2_Clear()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DHierarchy.c78 gp.endorsementAlg = TPM_ALG_NULL; in HierarchyPreInstall_Init()
101 NV_SYNC_PERSISTENT(endorsementAlg); in HierarchyPreInstall_Init()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c333 hashAlg = gp.endorsementAlg; in EntityGetAuthPolicy()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h702 TPMI_ALG_HASH endorsementAlg; member