struct TpmVendorCmd
Defined at line 46 of file ../../src/devices/tpm/drivers/tpm/commands.h
TpmVendorCmd expects |data_src| to not include a header instead
the constructor will generate a no-session based TPM header from
the provided |command_code|.
Public Members
TpmCmdHeader hdr
uint8_t[65535] data
Public Methods
void TpmVendorCmd (uint32_t code, cpp20::span<const uint8_t> data_src)
Defined at line 50 of file ../../src/devices/tpm/drivers/tpm/commands.h