Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TCTILDR(7)	       Miscellaneous Information Manual		    TCTILDR(7)

NAME
       tss2-tctildr - Simplifiy	management of TCTI instance lifecycle.

SYNOPSIS
       This  library simplifies	the instantiation and finalization of TCTI in-
       stances.

DESCRIPTION
       The TCTI	dynamic	loading	and initialization protocol requires a lot  of
       boilerplate  code.  To reduce duplication the tss2-tctildr library adds
       the   Tss2_TctiLdr_Initialize(),	  Tss2_TctiLdr_Initialize_Ex(),	   and
       Tss2_TctiLdr_Finalize()	functions  to  abstract	away the machinery re-
       quired to load, initialize, and finalize	a TCTI context.

       To assist in the	discovery of TCTIs this	library	provides the  Tss2_Tc-
       tiLdr_GetInfo()	function. This function, paired	with a `free' function
       to free the memory allocated by `GetInfo', provides a simple query  in-
       terface	for  discovery of the available	and default TCTIs available to
       the tss2-tctildr	implementation

       The interface exposed by	this library is	defined	 in  the  "TSS	System
       Level API and TPM Command Transmission Interface	Specification".

AUTHOR
       TPM2 Software Project <https://github.com/tpm2-software/tpm2-tss>

SEE ALSO
       Tss2_Tcti_Device_Init(3),  Tss2_Tcti_Socket_Init(3),  Tss2_TctiLdr_Ini-
       tialize(3), Tss2_TctiLdr_Finalize(3),  tcti-device(7),  tcti-socket(7),
       tcti-tabrmd(7), tpm2-abrmd(8)

COLOPHON
       This page is part of release 4.0.1 of Open Source implementation	of the
       TCG  TPM2 Software Stack	(TSS2).	A description of the project, informa-
       tion about reporting bugs, and the latest version of this page  can  be
       found at	https://github.com/tpm2-software/tpm2-tss/.

TPM2 Software Stack		   JULY	2019			    TCTILDR(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tss2-tctildr&sektion=7&manpath=FreeBSD+Ports+14.3.quarterly>

home | help