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