Home | History | Annotate | Download | only in tpm2

Lines Matching refs:pcr

11                    UINT32 *maxPCR,        //   OUT: Maximum number of PCR
15 BOOL PCRBelongsAuthGroup(TPMI_DH_PCR handle, // IN: handle of PCR
16 UINT32 *groupIndex // OUT: group index if PCR belongs
18 // If PCR does not belong to an
22 BOOL PCRBelongsPolicyGroup(TPMI_DH_PCR handle, // IN: handle of PCR
23 UINT32 *groupIndex // OUT: group index if PCR
25 // policy. If PCR does not belong
31 TPML_PCR_SELECTION *pcrSelection // OUT: PCR allocation list
33 void PCRChanged(TPM_HANDLE pcrHandle // IN: the handle of the PCR that changed.
38 selection, // IN/OUT: PCR selection (filtered on output)
41 TPMI_ALG_HASH PCRGetAuthPolicy(TPMI_DH_PCR handle, // IN: PCR handle
42 TPM2B_DIGEST *policy // OUT: policy of PCR
49 TPM_PT_PCR property, // IN: the starting PCR property
51 TPML_TAGGED_PCR_PROPERTY *select // OUT: PCR select
53 void PCRGetAuthValue(TPMI_DH_PCR handle, // IN: PCR handle
54 TPM2B_AUTH *auth // OUT: authValue of PCR
56 void PCRExtend(TPMI_DH_PCR handle, // IN: PCR handle to be extended
57 TPMI_ALG_HASH hash, // IN: hash algorithm of PCR
63 const TPMI_DH_PCR pcrHandle, // IN: the index of the PCR to be modified
65 const TPM2B_DIGEST *digest // IN: the digest to modify the PCR
67 BOOL PcrIsAllocated(UINT32 pcr, // IN: The number of the PCR
68 TPMI_ALG_HASH hashAlg // IN: The PCR algorithm
70 BOOL PCRIsExtendAllowed(TPMI_DH_PCR handle // IN: PCR handle to be extended
72 BOOL PCRIsResetAllowed(TPMI_DH_PCR handle // IN: PCR handle to be extended
74 BOOL PCRIsStateSaved(TPMI_DH_PCR handle // IN: PCR handle to be extended
76 BOOL PCRPolicyIsAvailable(TPMI_DH_PCR handle // IN: PCR handle
80 selection, // IN/OUT: PCR selection (filtered on output)
82 UINT32 *pcrCounter // OUT: the current value of PCR generation number
84 void PCRSetValue(TPM_HANDLE handle, // IN: the handle of the PCR to set