Documentation
¶
Overview ¶
package tpmstate encapsulates a TPM state as relevant to spam policies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TpmState ¶
type TpmState struct {
Spams map[uint16]SpamContents
}
TpmState represents the spam policy-relevant current state in the TPM.
func CurrentTpmState ¶
func CurrentTpmState(tpm io.ReadWriter) (*TpmState, error)
CurrentTpmState queries the TPM for its current spam-relevant state.
Click to show internal directories.
Click to hide internal directories.