Home
last modified time | relevance | path

Searched refs:pcrPolicies (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/
DPCR_SetAuthPolicy.c73 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()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DChangePPS.c84 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()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPCR.c216 *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()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h746 PCR_POLICY pcrPolicies; member