Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 653 Bytes

TPM2_Certify.md

File metadata and controls

21 lines (13 loc) · 653 Bytes

TPM2_Certify()

TPM2_Certify() signs an assertion that some named object is loaded in the TPM.

Inputs

  • TPMI_DH_OBJECT objectHandle (object to be certified)
  • TPMI_DH_OBJECT signHandle (handle for a signing key)
  • TPM2B_DATA qualifyingData (extra data)
  • TPMT_SIG_SCHEME inScheme ("signing scheme to use if the schemefor signHandleis TPM_ALG_NULL")

Outputs (success case)

  • TPM2B_ATTEST certifyInfo (what was signed)
  • TPMT_SIGNATURE signature (signature)

References