tpm: Add library module

Add structures and related methods to process Ctrl requests and responses
from swtpm to tpm library.

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Co-authored-by: Sean Yoo <t-seanyoo@microsoft.com>
This commit is contained in:
Praveen K Paladugu
2022-09-08 06:02:26 +00:00
committed by Rob Bradford
parent 2e2ce47271
commit e3213c8a79
4 changed files with 458 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ seccompiler = "0.3.0"
serde_json = "1.0.87"
signal-hook = "0.3.14"
thiserror = "1.0.37"
tpm = { path = "tpm"}
tracer = { path = "tracer" }
vmm = { path = "vmm" }
vmm-sys-util = "0.10.0"