OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PcrIndex
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TpmComm.h
45
TPM_PCRINDEX
PcrIndex
;
124
@param[in]
PcrIndex
The PCR to be updated.
138
IN TPM_PCRINDEX
PcrIndex
,
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
Tcg2Pei.c
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
;
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c
516
NewEventHdr->
PCRIndex
,
723
TcgEvent.
PCRIndex
= 5;
765
TcgEvent.
PCRIndex
= 1;
791
@param[in]
PCRIndex
PCR index.
800
IN TPM_PCRINDEX
PCRIndex
807
TcgEvent.
PCRIndex
=
PCRIndex
;
876
@param[in]
PCRIndex
PCR Index.
891
IN TPM_PCRINDEX
PCRIndex
,
905
TcgEvent.
PCRIndex
= PCRIndex;
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c
184
@param[in]
PCRIndex
TPM PCR index
195
IN UINT32
PCRIndex
,
404
DEBUG ((EFI_D_INFO, "
PCRIndex
- %d\n", EventHdr->
PCRIndex
));
750
NewEventHdr->
PCRIndex
,
820
if (Event->Header.
PCRIndex
> MAX_PCR_INDEX) {
824
NewEventHdr.
PCRIndex
= Event->Header.
PCRIndex
;
829
NewEventHdr.
PCRIndex
,
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c
132
@param[in]
PCRIndex
TPM PCR index
143
IN UINT32
PCRIndex
,
386
DEBUG ((EFI_D_INFO, "
PCRIndex
- %d\n", EventHdr->
PCRIndex
));
483
DEBUG ((EFI_D_INFO, "
PCRIndex
- %d\n", TcgPcrEvent2->
PCRIndex
));
[
all
...]
Completed in 148 milliseconds