Home | History | Annotate | Download | only in Tcg2Pei

Lines Matching refs:PCRIndex

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

477 TcgPcrEvent2->PCRIndex = NewEventHdr->PCRIndex;
526 NewEventHdr->PCRIndex,
569 TcgEventHdr.PCRIndex = 0;
637 TcgEventHdr.PCRIndex = 0;
834 @param[in] PCRIndex PCR index.
842 IN TPM_PCRINDEX PCRIndex
852 TcgEvent.PCRIndex = PCRIndex;
877 TPM_PCRINDEX PcrIndex;
948 for (PcrIndex = 0; PcrIndex < 8; PcrIndex++) {
949 Status = MeasureSeparatorEventWithError (PcrIndex);