TPMLIB_GetVersion - Man Page
Get the version of the TPM library
Library
TPM library (libtpms, -ltpms)
Synopsis
#include <libtpms/tpm_library.h>
uint32_t TPMLIB_GetVersion(void);
Description
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.
See Also
Referenced By
TPMLIB_GetTPMProperty(3), TPMLIB_MainInit(3), TPM_Malloc(3).
2024-11-15 libtpms