GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TPMLIB_GetVersion(3) TPMLIB_GetVersion(3)

TPMLIB_GetVersion - Get the version of the TPM library

TPM library (libtpms, -ltpms)

#include <libtpms/tpm_library.h>

uint32_t TPMLIB_GetVersion(void);

The TPMLIB_GetVersion() function returns the libtpms library version. The TPM library version is formatted as follows:

        Bits 0 - 7  : revision of the library
        Bits 8 -15  : minor version number of the library
        Bits 16-23  : major version number of the library

V0.5.1 is therefore represented as 0x00000501.

TPMLIB_MainInit(3), TPMLIB_Terminate(3)

2025-06-10 libtpms

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.