Home
last modified time | relevance | path

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

/external/tpm2/
DPCR_SetAuthPolicy.c45 gp.pcrPolicies.hashAlg[groupIndex] = in->hashAlg; in TPM2_PCR_SetAuthPolicy()
46 gp.pcrPolicies.policy[groupIndex] = in->authPolicy; in TPM2_PCR_SetAuthPolicy()
49 NvWriteReserved(NV_PCR_POLICIES, &gp.pcrPolicies); in TPM2_PCR_SetAuthPolicy()
DChangePPS.c52 gp.pcrPolicies.hashAlg[i] = TPM_ALG_NULL; in TPM2_ChangePPS()
53 gp.pcrPolicies.policy[i].t.size = 0; in TPM2_ChangePPS()
55 NvWriteReserved(NV_PCR_POLICIES, &gp.pcrPolicies); in TPM2_ChangePPS()
DPCR.c181 *policy = gp.pcrPolicies.policy[groupIndex]; in PCRGetAuthPolicy()
182 return gp.pcrPolicies.hashAlg[groupIndex]; in PCRGetAuthPolicy()
205 gp.pcrPolicies.hashAlg[i] = TPM_ALG_NULL; in PCRSimStart()
206 gp.pcrPolicies.policy[i].t.size = 0; in PCRSimStart()
227 NvWriteReserved(NV_PCR_POLICIES, &gp.pcrPolicies); in PCRSimStart()
DGlobal.h718 PCR_POLICY pcrPolicies; member
DNV.c508 s_reservedSize[NV_PCR_POLICIES] = sizeof(gp.pcrPolicies); in NvInitStatic()
641 NvReadReserved(NV_PCR_POLICIES, &gp.pcrPolicies); in NvReadPersistent()