Home
last modified time | relevance | path

Searched refs:command_bytes (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/vtpm_passthrough/
Dvtpm_passthrough.cpp37 std::vector<char> command_bytes(4, 0); in HandleClient() local
38 … CHECK(cuttlefish::ReadExact(client, &command_bytes) == 4) << "Could not receive TPM_SEND_COMMAND"; in HandleClient()
40 betoh32(*reinterpret_cast<std::uint32_t*>(command_bytes.data())); in HandleClient()