gvisorgvisor.dev/gvisor/pkg/abi/attestation Index | Files

package attestation

import "gvisor.dev/gvisor/pkg/abi/attestation"

Package attestation includes definitions needed for gVisor attestation.

Index

Constants

const (
	SIGN_ATTESTATION_REPORT = 0
)

Attestation ioctls.

const SizeOfQuoteInputData = 64

SizeOfQuoteInputData is the number of bytes in the input data of ioctl call to get quote.

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.

Source Files

attestation.go

Version
v0.0.0-20250605235530-a6711d1e1dc6 (latest)
Published
Jun 5, 2025
Platform
linux/amd64
Last checked
5 hours ago

Tools for package owners.