Home
last modified time | relevance | path

Searched refs:policyAlg (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DHandle.c177 TPM_ALG_ID policyAlg; in PermanentHandleGetPolicy() local
179 policyAlg = EntityGetAuthPolicy(handle, &policyDigest); in PermanentHandleGetPolicy()
180 if(policyAlg == TPM_ALG_ERROR) in PermanentHandleGetPolicy()
187 policyList->policies[policyList->count].policyHash.hashAlg = policyAlg; in PermanentHandleGetPolicy()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c259 TPMI_ALG_HASH policyAlg; in IsPolicySessionRequired() local
260 policyAlg = PCRGetAuthPolicy(s_associatedHandles[sessionIndex], in IsPolicySessionRequired()
262 if(policyAlg != TPM_ALG_NULL) in IsPolicySessionRequired()
982 TPMI_ALG_HASH policyAlg; in CheckPolicyAuthSession() local
998 policyAlg = EntityGetAuthPolicy(s_associatedHandles[sessionIndex], in CheckPolicyAuthSession()
1006 if(policyAlg != session->authHashAlg) in CheckPolicyAuthSession()