Home
last modified time | relevance | path

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

/aosp_15_r20/external/gsc-utils/tpm_generated/
H A Dtpm_generated.cc8111 std::string command_code_bytes; in SerializeCommand_Startup() local
8112 rc = Serialize_TPM_CC(command_code, &command_code_bytes); in SerializeCommand_Startup()
8123 hash->Update(command_code_bytes.data(), command_code_bytes.size()); in SerializeCommand_Startup()
8160 *serialized_command = tag_bytes + command_size_bytes + command_code_bytes + in SerializeCommand_Startup()
8202 std::string command_code_bytes; in ParseResponse_Startup() local
8203 rc = Serialize_TPM_CC(command_code, &command_code_bytes); in ParseResponse_Startup()
8224 hash->Update(command_code_bytes.data(), command_code_bytes.size()); in ParseResponse_Startup()
8303 std::string command_code_bytes; in SerializeCommand_Shutdown() local
8304 rc = Serialize_TPM_CC(command_code, &command_code_bytes); in SerializeCommand_Shutdown()
8315 hash->Update(command_code_bytes.data(), command_code_bytes.size()); in SerializeCommand_Shutdown()
[all …]