summaryrefslogtreecommitdiffstats
path: root/src/libtpms.syms
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:41:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:41:43 +0000
commit92cccad89d1c12b39165d5f0ed7ccd2d44965a1a (patch)
treef59a2764cd8c50959050a428bd8fc935138df750 /src/libtpms.syms
parentInitial commit. (diff)
downloadlibtpms-92cccad89d1c12b39165d5f0ed7ccd2d44965a1a.tar.xz
libtpms-92cccad89d1c12b39165d5f0ed7ccd2d44965a1a.zip
Adding upstream version 0.9.2.upstream/0.9.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libtpms.syms')
-rw-r--r--src/libtpms.syms39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/libtpms.syms b/src/libtpms.syms
new file mode 100644
index 0000000..e385192
--- /dev/null
+++ b/src/libtpms.syms
@@ -0,0 +1,39 @@
+# Symbol file for the linker. For newer versions add new sections.
+
+LIBTPMS_0.5.1 {
+ global:
+ TPM_IO_Hash_Data;
+ TPM_IO_Hash_End;
+ TPM_IO_Hash_Start;
+ TPM_IO_TpmEstablished_Get;
+ TPMLIB_DecodeBlob;
+ TPMLIB_GetTPMProperty;
+ TPMLIB_GetVersion;
+ TPMLIB_MainInit;
+ TPMLIB_Process;
+ TPMLIB_RegisterCallbacks;
+ TPMLIB_Terminate;
+ TPMLIB_VolatileAll_Store;
+ TPM_Free;
+ TPM_Malloc;
+ TPM_Realloc;
+ local:
+ *;
+};
+
+LIBTPMS_0.6.0 {
+ global:
+ TPM_IO_TpmEstablished_Reset;
+ TPMLIB_CancelCommand;
+ TPMLIB_ChooseTPMVersion;
+ TPMLIB_GetInfo;
+ TPMLIB_GetState;
+ TPMLIB_SetBufferSize;
+ TPMLIB_SetDebugFD;
+ TPMLIB_SetDebugLevel;
+ TPMLIB_SetDebugPrefix;
+ TPMLIB_SetState;
+ TPMLIB_ValidateState;
+ local:
+ *;
+} LIBTPMS_0.5.1;