mirror of
https://github.com/stefanberger/libtpms
synced 2025-08-26 13:14:36 +00:00
Compare commits
17 Commits
9b962b4a8a
...
80ef24a8c8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
80ef24a8c8 | ||
![]() |
b479163801 | ||
![]() |
18d4037251 | ||
![]() |
814c817181 | ||
![]() |
86b5684cfd | ||
![]() |
9ab7ac1b19 | ||
![]() |
1aa9449838 | ||
![]() |
869b7c981c | ||
![]() |
6162498a0e | ||
![]() |
4bfb164c8a | ||
![]() |
74b91bec7e | ||
![]() |
60bd0377d0 | ||
![]() |
d851618afe | ||
![]() |
de29c4b8d2 | ||
![]() |
9ef45de8b0 | ||
![]() |
37b412fd43 | ||
![]() |
da26c94015 |
@ -145,8 +145,6 @@ if with_tpm2
|
||||
'tpm2/Attest_spt.c',
|
||||
'tpm2/AttestationCommands.c',
|
||||
'tpm2/AuditCommands.c',
|
||||
'tpm2/BackwardsCompatibilityBitArray.c',
|
||||
'tpm2/BackwardsCompatibilityObject.c',
|
||||
'tpm2/Bits.c',
|
||||
'tpm2/BnConvert.c',
|
||||
'tpm2/BnEccConstants.c',
|
||||
@ -182,7 +180,6 @@ if with_tpm2
|
||||
'tpm2/HierarchyCommands.c',
|
||||
'tpm2/IntegrityCommands.c',
|
||||
'tpm2/IoBuffers.c',
|
||||
'tpm2/LibtpmsCallbacks.c',
|
||||
'tpm2/Locality.c',
|
||||
'tpm2/LocalityPlat.c',
|
||||
'tpm2/ManagementCommands.c',
|
||||
@ -191,7 +188,6 @@ if with_tpm2
|
||||
'tpm2/MathOnByteBuffers.c',
|
||||
'tpm2/Memory.c',
|
||||
'tpm2/NVCommands.c',
|
||||
'tpm2/NVMarshal.c',
|
||||
'tpm2/NVMem.c',
|
||||
'tpm2/NV_spt.c',
|
||||
'tpm2/NvDynamic.c',
|
||||
@ -214,16 +210,11 @@ if with_tpm2
|
||||
'tpm2/Response.c',
|
||||
'tpm2/ResponseCodeProcessing.c',
|
||||
'tpm2/RunCommand.c',
|
||||
'tpm2/RuntimeAlgorithm.c',
|
||||
'tpm2/RuntimeAttributes.c',
|
||||
'tpm2/RuntimeCommands.c',
|
||||
'tpm2/RuntimeProfile.c',
|
||||
'tpm2/Session.c',
|
||||
'tpm2/SessionCommands.c',
|
||||
'tpm2/SessionProcess.c',
|
||||
'tpm2/SigningCommands.c',
|
||||
'tpm2/StartupCommands.c',
|
||||
'tpm2/StateMarshal.c',
|
||||
'tpm2/SymmetricCommands.c',
|
||||
'tpm2/TPMCmdp.c',
|
||||
'tpm2/TestingCommands.c',
|
||||
@ -245,7 +236,6 @@ if with_tpm2
|
||||
'tpm2/Unmarshal.c',
|
||||
'tpm2/VendorInfo.c',
|
||||
'tpm2/Vendor_TCG_Test.c',
|
||||
'tpm2/Volatile.c',
|
||||
'tpm2/X509_ECC.c',
|
||||
'tpm2/X509_RSA.c',
|
||||
'tpm2/X509_spt.c',
|
||||
@ -266,11 +256,25 @@ if with_tpm2
|
||||
'tpm2/crypto/openssl/ExpDCache.c',
|
||||
'tpm2/crypto/openssl/Helpers.c',
|
||||
'tpm2/crypto/openssl/TpmToOsslDesSupport.c',
|
||||
'tpm2/crypto/openssl/TpmToOsslSupport.c'
|
||||
'tpm2/crypto/openssl/TpmToOsslSupport.c',
|
||||
'tpm_tpm2_interface.c',
|
||||
'tpm_tpm2_tis.c',
|
||||
)
|
||||
|
||||
# files specific to libtpms
|
||||
tpm2_sources += files(
|
||||
'tpm2/BackwardsCompatibilityBitArray.c',
|
||||
'tpm2/BackwardsCompatibilityObject.c',
|
||||
'tpm2/LibtpmsCallbacks.c',
|
||||
'tpm2/NVMarshal.c',
|
||||
'tpm2/RuntimeAlgorithm.c',
|
||||
'tpm2/RuntimeAttributes.c',
|
||||
'tpm2/RuntimeCommands.c',
|
||||
'tpm2/RuntimeProfile.c',
|
||||
'tpm2/StateMarshal.c',
|
||||
'tpm2/Volatile.c',
|
||||
)
|
||||
|
||||
tpm2_lib = static_library('tpms_tpm2', tpm2_sources,
|
||||
c_args: common_c_args + crypto_flags + [
|
||||
'-D_POSIX_C_SOURCE=200809L',
|
||||
|
Loading…
Reference in New Issue
Block a user