tss2-tcti-mssim.7 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. .\" Process this file with
  2. .\" groff -man -Tascii foo.1
  3. .\"
  4. .TH TCTI-SOCKET 7 "JUNE 2017" "TPM2 Software Stack"
  5. .SH NAME
  6. tcti-socket \- TPM simulator TCTI library
  7. .SH SYNOPSIS
  8. A TPM Command Transmission Interface (TCTI) module for interaction with the
  9. Microsoft TPM2 simulator.
  10. .SH DESCRIPTION
  11. tcti-socket is a library that abstracts the details of direct communication
  12. with the interface and protocol exposed by the daemon hosting the TPM2
  13. reference implementation. The interface exposed by this library is defined
  14. in the \*(lqTSS System Level API and TPM Command Transmission Interface
  15. Specification\*(rq specification.
  16. .SH AUTHOR
  17. Philip Tricca <philip.b.tricca@intel.com>
  18. .SH "SEE ALSO"
  19. .BR Tss2_Tcti_Device_Init (3),
  20. .BR Tss2_Tcti_Socket_Init (3),
  21. .BR Tss2_TctiLdr_Initialize (3),
  22. .BR Tss2_TctiLdr_Finalize (3),
  23. .BR tcti-device (7),
  24. .BR tcti-socket (7),
  25. .BR tcti-tabrmd (7),
  26. .BR tpm2-abrmd (8)
  27. .SH COLOPHON
  28. This page is part of release 3.2.0 of Open Source implementation of the
  29. TCG TPM2 Software Stack (TSS2). A description of the project, information
  30. about reporting bugs, and the latest version of this page can be found at
  31. \%https://github.com/tpm2-software/tpm2-tss/.