Home | History | Annotate | Download | only in Tcg2Pei

Lines Matching refs:PCRIndex

326                    sizeof(TcgPcrEvent2->PCRIndex) + sizeof(TcgPcrEvent2->EventType) + GetDigestListSize (DigestList) + sizeof(TcgPcrEvent2->EventSize) + NewEventHdr->EventSize

334 TcgPcrEvent2->PCRIndex = NewEventHdr->PCRIndex;
383 NewEventHdr->PCRIndex,
426 TcgEventHdr.PCRIndex = 0;
494 TcgEventHdr.PCRIndex = 0;
691 @param[in] PCRIndex PCR index.
699 IN TPM_PCRINDEX PCRIndex
709 TcgEvent.PCRIndex = PCRIndex;
734 TPM_PCRINDEX PcrIndex;
805 for (PcrIndex = 0; PcrIndex < 8; PcrIndex++) {
806 Status = MeasureSeparatorEventWithError (PcrIndex);