Lines Matching refs:pcrs
11532 The TPM will modify the pcrs parameter so that bits that correspond to unimplemented PCR are CLEAR.
11533 If policySession is not a trial policy session, the TPM will use the modified value of pcrs to sele…
11539 …policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || digestTPM) …
11541 … pcrs the pcrs parameter with bits corresponding to unimplemented
11583 …policyDigestnew ≔ HpolicyAlg(policyDigestold || TPM_CC_PolicyPCR || pcrs || pcrDigest) …
11584 In this computation, pcrs is the input parameter without modification.
11586 NOTE 3 The pcrs parameter is expected to match the configuration of the TPM for which the …
11619 TPML_PCR_SELECTION pcrs the PCR to include in the check digest
11657 11 BYTE pcrs[sizeof(TPML_PCR_SELECTION)];
11676 30 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest);
11695 49 // || pcrs || pcrDigest)
11711 60 buffer = pcrs;
11712 61 pcrSize = TPML_PCR_SELECTION_Marshal(&in->pcrs, &buffer, NULL);
11713 62 CryptUpdateDigest(&hashState, pcrSize, pcrs);