tss2-tcti-cmd.7 1.2 KB

123456789101112131415161718192021222324252627282930
  1. .\" Process this file with
  2. .\" groff -man -Tascii foo.1
  3. .\"
  4. .TH TCTI-CMD 7 "MAY 2020" Intel "TPM2 Software Stack"
  5. .SH NAME
  6. tcti-cmd \- TPM2 Suprocess Command TCTI library
  7. .SH SYNOPSIS
  8. A TPM Command Transmission Interface (TCTI) module for interaction with a subprocess.
  9. .SH DESCRIPTION
  10. tcti-cmd is a library that abstracts the details of direct communication
  11. with the interface and protocol exposed by a subprocess that can recieve and transmit
  12. raw TPM2 command and response buffers. The interface exposed by this library is defined
  13. in the \*(lqTSS System Level API and TPM Command Transmission Interface
  14. 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/.