Searched refs:endorsementAlg (Results 1 – 6 of 6) sorted by relevance
73 gp.endorsementAlg = TPM_ALG_NULL; in TPM2_ChangeEPS()86 NV_SYNC_PERSISTENT(endorsementAlg); in TPM2_ChangeEPS()
76 gp.endorsementAlg = in->hashAlg; in TPM2_SetPrimaryPolicy()78 NV_SYNC_PERSISTENT(endorsementAlg); in TPM2_SetPrimaryPolicy()
82 gp.ownerAlg = gp.endorsementAlg = gp.lockoutAlg = TPM_ALG_NULL; in TPM2_Clear()
78 gp.endorsementAlg = TPM_ALG_NULL; in HierarchyPreInstall_Init()101 NV_SYNC_PERSISTENT(endorsementAlg); in HierarchyPreInstall_Init()
333 hashAlg = gp.endorsementAlg; in EntityGetAuthPolicy()
702 TPMI_ALG_HASH endorsementAlg; member