Lines Matching refs:pcrDigest
13738 "ed.attested.quote.pcrDigest);
20643 used to compute a digest (digestTPM) of the selected PCR. If pcrDigest does not have a length of ze…
20645 …make no change to policySession→policyDigest. If the values match, or if the length of pcrDigest is
20689 policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || pcrDigest)
20743 pcrDigest
20797 if provided, pcrDigest does not match the current PCR settings
20873 pcrDigest;
20893 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest);
20896 if(in->pcrDigest.t.size != 0)
20898 if(!Memory2BEqual(&in->pcrDigest.b, &pcrDigest.b))
20905 pcrDigest = in->pcrDigest;
20912 || pcrs || pcrDigest)
20961 CryptUpdateDigest2B(&hashState, &pcrDigest.b);