aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/tpm2_tlcl_structures.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/lib/tpm2_tlcl_structures.h b/src/lib/tpm2_tlcl_structures.h
index 1bf3abc09e..d05c564669 100644
--- a/src/lib/tpm2_tlcl_structures.h
+++ b/src/lib/tpm2_tlcl_structures.h
@@ -47,28 +47,6 @@ typedef struct {
uint8_t *buffer;
} TPM2B;
-typedef union {
- uint8_t body[512];
-} TPMU_HA;
-
-typedef struct {
- TPMI_ALG_HASH hashAlg;
- TPMU_HA digest;
-} TPMT_HA;
-
-typedef union {
- TPMT_HA digest;
- TPM_HANDLE handle;
-} TPMU_NAME;
-
-typedef union {
- struct {
- uint16_t size;
- uint8_t name[sizeof(TPMU_NAME)];
- } t;
- TPM2B b;
-} TPM2B_NAME;
-
/* Relevant TPM Command's structures. */
/* Common command/response header. */
struct tpm_header {