tss2-tcti-device.7 1.1 KB

123456789101112131415161718192021222324252627282930
  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.
  15. .SH AUTHOR
  16. Philip Tricca <philip.b.tricca@intel.com>
  17. .SH "SEE ALSO"
  18. .BR Tss2_Tcti_Device_Init (3),
  19. .BR Tss2_Tcti_Socket_Init (3),
  20. .BR Tss2_TctiLdr_Initialize (3),
  21. .BR Tss2_TctiLdr_Finalize (3),
  22. .BR tcti-device (7),
  23. .BR tcti-socket (7),
  24. .BR tcti-tabrmd (7),
  25. .BR tpm2-abrmd (8)
  26. .SH COLOPHON
  27. This page is part of release 3.2.0 of Open Source implementation of the
  28. TCG TPM2 Software Stack (TSS2). A description of the project, information
  29. about reporting bugs, and the latest version of this page can be found at
  30. \%https://github.com/tpm2-software/tpm2-tss/.