Home | History | Annotate | Download | only in tpm2

Lines Matching refs:handle

15 BOOL PCRBelongsAuthGroup(TPMI_DH_PCR handle,  // IN: handle of PCR
22 BOOL PCRBelongsPolicyGroup(TPMI_DH_PCR handle, // IN: handle of PCR
33 void PCRChanged(TPM_HANDLE pcrHandle // IN: the handle of the PCR that changed.
41 TPMI_ALG_HASH PCRGetAuthPolicy(TPMI_DH_PCR handle, // IN: PCR handle
44 TPMI_YES_NO PCRCapGetHandles(TPMI_DH_PCR handle, // IN: start handle
45 UINT32 count, // IN: count of returned handle
46 TPML_HANDLE *handleList // OUT: list of handle
53 void PCRGetAuthValue(TPMI_DH_PCR handle, // IN: PCR handle
56 void PCRExtend(TPMI_DH_PCR handle, // IN: PCR handle to be extended
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
84 void PCRSetValue(TPM_HANDLE handle, // IN: the handle of the PCR to set