tss2-tcti-device.7.in 597 B

1234567891011121314
  1. .\" Process this file with
  2. .\" groff -man -Tascii foo.1
  3. .\"
  4. .TH TCTI-DEVICE 7 "JUNE 2017" "TPM2 Software Stack"
  5. .SH NAME
  6. tcti-device \- device driver TCTI library
  7. .SH SYNOPSIS
  8. A TPM Command Transmission Interface (TCTI) module for interaction with the
  9. TPM device driver.
  10. .SH DESCRIPTION
  11. tcti-device is a library that abstracts the details of direct communication
  12. with the device node exposed by the Linux kernel driver (typically /dev/tpm0).
  13. The interface exposed by this library is defined in the \*(lqTSS System Level
  14. API and TPM Command Transmission Interface Specification\*(rq specification.