Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/vtpm_passthrough/
Dvtpm_passthrough.cpp53 std::string tpm_response; in HandleClient() local
54 CHECK(cuttlefish::ReadAll(device, &tpm_response) >= 0) in HandleClient()
57 *reinterpret_cast<std::uint32_t*>(length_bytes.data()) = htobe32(tpm_response.size()); in HandleClient()
60 CHECK(cuttlefish::WriteAll(client, tpm_response) == tpm_response.size()) in HandleClient()