Documentation ¶
Overview ¶
Package internal contains marshalling structures for attest-tool and tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dump ¶
type Dump struct { Static struct { TPMVersion attest.TPMVersion EKPem []byte } AK attest.AttestationParameters Quote struct { Nonce []byte Alg attest.HashAlg Quote []byte Signature []byte } Log struct { PCRs []attest.PCR PCRAlg tpm2.Algorithm Raw []byte // The measured boot log in binary form. } }
Dump describes the layout of serialized information from the dump command.
Click to show internal directories.
Click to hide internal directories.