Home | History | Annotate | Download | only in TrEEDxe

Lines Matching refs:PCRIndex

184   @param[in]  PCRIndex       TPM PCR index

195 IN UINT32 PCRIndex,
404 DEBUG ((EFI_D_INFO, " PCRIndex - %d\n", EventHdr->PCRIndex));
715 NewEventHdr->PCRIndex,
785 if (Event->Header.PCRIndex > MAX_PCR_INDEX) {
789 NewEventHdr.PCRIndex = Event->Header.PCRIndex;
794 NewEventHdr.PCRIndex,
987 TcgEvent.PCRIndex = 5;
1028 TcgEvent.PCRIndex = 1;
1054 @param[in] PCRIndex PCR index.
1062 IN TPM_PCRINDEX PCRIndex
1068 DEBUG ((EFI_D_INFO, "MeasureSeparatorEvent Pcr - %x\n", PCRIndex));
1071 TcgEvent.PCRIndex = PCRIndex;
1086 @param[in] PCRIndex PCR Index.
1100 IN TPM_PCRINDEX PCRIndex,
1113 DEBUG ((EFI_D_INFO, "TrEEDxe: MeasureVariable (Pcr - %x, EventType - %x, ", (UINTN)PCRIndex, (UINTN)EventType));
1117 TcgEvent.PCRIndex = PCRIndex;
1158 @param[in] PCRIndex PCR Index.
1172 IN TPM_PCRINDEX PCRIndex,
1201 PCRIndex,
1384 TcgEvent.PCRIndex = 7;
1465 TPM_PCRINDEX PcrIndex;
1500 for (PcrIndex = 0; PcrIndex < 7; PcrIndex++) {
1501 Status = MeasureSeparatorEvent (PcrIndex);