Searched refs:command_code_bytes (Results 1 – 1 of 1) sorted by relevance
8111 std::string command_code_bytes; in SerializeCommand_Startup() local8112 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() local8203 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() local8304 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 …]