Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TpmDevicePath is the path to the TPM device, this is a variable so that // it can be overridden in tests. TpmDevicePath = etpm.TpmDevicePath )
Functions ¶
Types ¶
type SocketListener ¶
SocketListener is a function that listens on a socket and returns a file descriptor, we use this to abstract the socket creation for testing.
Click to show internal directories.
Click to hide internal directories.