func FetchRawSNPReport() ([]byte, error)
FetchRawSNPReport hex decodes fakeSNPReport.
func FetchSNPReport(hostData string) (amdsevsnp.Report, error)
FetchSNPReport returns amdsev.Report object that corresponds to the decoded version of fakeSNPReport. Overrides the resulting report's HostData field with provided `hostData`.