Documentation ¶
Overview ¶
Package attestation includes definitions needed for gVisor attestation.
Index ¶
Constants ¶
View Source
const (
SIGN_ATTESTATION_REPORT = 0
)
Attestation ioctls.
View Source
const SizeOfQuoteInputData = 64
SizeOfQuoteInputData is the number of bytes in the input data of ioctl call to get quote.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignReport ¶
type SignReport struct {
// contains filtered or unexported fields
}
SignReport is a struct that gets signed quote from input data. The serialized quote is copied to buf. size is an input that specifies the size of buf. When returned, it's updated to the size of quote.
Click to show internal directories.
Click to hide internal directories.