1TCTILDR(7) Miscellaneous Information Manual TCTILDR(7)
2
3
4
6 tss2-tctildr - Simplifiy management of TCTI instance lifecycle.
7
9 This library simplifies the instantiation and finalization of TCTI
10 instances.
11
13 The TCTI dynamic loading and initialization protocol requires a lot of
14 boilerplate code. To reduce duplication the tss2-tctildr library adds
15 the to load, initialize, and finalize a TCTI context.
16
17 To assist in the discovery of TCTIs this library provides the function
18 to free the memory allocated by 'GetInfo', provides a simple query
19 interface for discovery of the available and default TCTIs available to
20 the tss2-tctildr implementation
21
22 The interface exposed by this library is defined in the “TSS System
23 Level API and TPM Command Transmission Interface Specification”.
24
26 Philip Tricca <philip.b.tricca@intel.com>
27
29 Tss2_Tcti_Device_Init(3), Tss2_Tcti_Socket_Init(3), Tss2_TctiLdr_Ini‐
30 tialize(3), Tss2_TctiLdr_Finalize(3), tcti-device(7), tcti-socket(7),
31 tcti-tabrmd(7), tpm2-abrmd(8)
32
34 This page is part of release 2.4.0 of Intel's implementation of the TCG
35 TPM2 Software Stack (TSS2). A description of the project, information
36 about reporting bugs, and the latest version of this page can be found
37 at https://github.com/tpm2-software/tpm2-tss/.
38
39
40
41TPM2 Software Stack JULY 2019 TCTILDR(7)