Home | History | Annotate | Download | only in tpm2

Lines Matching refs:PCR

332    UINT32                      pcrCounter;                    //   PCR counter value when PCR is
334 // If no PCR is included, this
361 // PCR
365 // The PCR_SAVE structure type contains the PCR data that are saved across power cycles. Only the static
366 // PCR are required to be saved across power cycles. The DRTM and resettable PCR are not saved. The
367 // number of static and resettable PCR is determined by the platform-specific specification to which the TPM
387 // This counter increments whenever the PCR are updated.
389 // certain PCR changes as not causing this counter
398 // This structure holds the PCR policies, one for each group of PCR controlled by policy.
410 // This structure holds the PCR policies, one for each group of PCR controlled by policy.
476 // PCR
712 // PCR
714 // This structure hold the policies for those PCR that have an update policy.
715 // This implementation only supports a single group of PCR controlled by
719 // This structure indicates the allocation of PCR. The structure contains a
720 // list of PCR allocations for each implemented algorithm. If no PCR are
840 // PCR
842 // The set of PCR to be saved on Shutdown(STATE)
844 // This structure hold the authorization values for those PCR that have an
846 // This implementation only supports a single group of PCR controlled by
912 // PCR
914 // This counter increments whenever the PCR are updated. This counter is preserved
915 // across TPM Resume even though the PCR are not preserved. This is because
919 // NOTE: A platform-specific specification may designate that certain PCR changes
1099 // From PCR.c
1104 // SHA1 PCR
1108 // SHA256 PCR
1112 // SHA384 PCR
1116 // SHA512 PCR
1120 // SHA256 PCR
1123 } PCR;
1126 unsigned int stateSave : 1; // if the PCR value should be
1128 unsigned int resetLocality : 5; // The locality that the PCR
1130 unsigned int extendLocality : 5; // The locality that the PCR
1133 extern PCR s_pcrs[IMPLEMENTATION_PCR];