Searched refs:pcrPolicies (Results 1 – 4 of 4) sorted by relevance
73 gp.pcrPolicies.hashAlg[groupIndex] = in->hashAlg; in TPM2_PCR_SetAuthPolicy()74 gp.pcrPolicies.policy[groupIndex] = in->authPolicy; in TPM2_PCR_SetAuthPolicy()77 NV_SYNC_PERSISTENT(pcrPolicies); in TPM2_PCR_SetAuthPolicy()
84 gp.pcrPolicies.hashAlg[i] = TPM_ALG_NULL; in TPM2_ChangePPS()85 gp.pcrPolicies.policy[i].t.size = 0; in TPM2_ChangePPS()87 NV_SYNC_PERSISTENT(pcrPolicies); in TPM2_ChangePPS()
216 *policy = gp.pcrPolicies.policy[groupIndex]; in PCRGetAuthPolicy()217 return gp.pcrPolicies.hashAlg[groupIndex]; in PCRGetAuthPolicy()239 gp.pcrPolicies.hashAlg[i] = TPM_ALG_NULL; in PCRSimStart()240 gp.pcrPolicies.policy[i].t.size = 0; in PCRSimStart()266 NV_SYNC_PERSISTENT(pcrPolicies); in PCRSimStart()
746 PCR_POLICY pcrPolicies; member