Libtpms is a library that targets the integration of TPM functionality into hypervisors, primarily into Qemu. Libtpms provides a very narrow public API for this purpose so that integration is possible. Only the minimum of necessary APIs are made publicly available. It is assumed that the user of libtpms is familiar with the concepts of the Trusted Platform Module (TPM). For the interaction with libtpms it is necessary to know how to construct valid TPM commands and to be able to parse their results. It is not within the scope of libtpms's documentation to provide background on this
35 lines
1 KiB
Text
35 lines
1 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2022/02/05 03:09:26 ryoon Exp $
|
|
include/libtpms/tpm_error.h
|
|
include/libtpms/tpm_library.h
|
|
include/libtpms/tpm_memory.h
|
|
include/libtpms/tpm_nvfilename.h
|
|
include/libtpms/tpm_tis.h
|
|
include/libtpms/tpm_types.h
|
|
lib/libtpms.la
|
|
lib/pkgconfig/libtpms.pc
|
|
man/man3/TPMLIB_CancelCommand.3
|
|
man/man3/TPMLIB_ChooseTPMVersion.3
|
|
man/man3/TPMLIB_DecodeBlob.3
|
|
man/man3/TPMLIB_GetInfo.3
|
|
man/man3/TPMLIB_GetState.3
|
|
man/man3/TPMLIB_GetTPMProperty.3
|
|
man/man3/TPMLIB_GetVersion.3
|
|
man/man3/TPMLIB_MainInit.3
|
|
man/man3/TPMLIB_Process.3
|
|
man/man3/TPMLIB_RegisterCallbacks.3
|
|
man/man3/TPMLIB_SetBufferSize.3
|
|
man/man3/TPMLIB_SetDebugFD.3
|
|
man/man3/TPMLIB_SetDebugLevel.3
|
|
man/man3/TPMLIB_SetDebugPrefix.3
|
|
man/man3/TPMLIB_SetState.3
|
|
man/man3/TPMLIB_Terminate.3
|
|
man/man3/TPMLIB_ValidateState.3
|
|
man/man3/TPMLIB_VolatileAll_Store.3
|
|
man/man3/TPM_Free.3
|
|
man/man3/TPM_IO_Hash_Data.3
|
|
man/man3/TPM_IO_Hash_End.3
|
|
man/man3/TPM_IO_Hash_Start.3
|
|
man/man3/TPM_IO_TpmEstablished_Get.3
|
|
man/man3/TPM_IO_TpmEstablished_Reset.3
|
|
man/man3/TPM_Malloc.3
|
|
man/man3/TPM_Realloc.3
|